Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用 javassist api 将 jar 中的类从私有更改为公共。我已经知道如何解压缩 jar、加载 ctclass、进行更改(例如修改派生类名称),然后将所有内容压缩到一个新的 jar 中。非常感谢
应该可以只调用CtClass.setModifiers()。