Uses of Class
jadx.core.codegen.json.cls.JsonClass
Packages that use JsonClass
-
Uses of JsonClass in jadx.core.codegen.json
Methods in jadx.core.codegen.json that return JsonClassModifier and TypeMethodDescriptionprivate JsonClassJsonCodeGen.processCls(ClassNode cls, @Nullable ClassGen parentCodeGen) Methods in jadx.core.codegen.json with parameters of type JsonClassModifier and TypeMethodDescriptionprivate voidprivate voidJsonCodeGen.addInnerClasses(ClassNode cls, JsonClass jsonCls, ClassGen classGen) private voidJsonCodeGen.addMethods(ClassNode cls, JsonClass jsonCls, ClassGen classGen) -
Uses of JsonClass in jadx.core.codegen.json.cls
Fields in jadx.core.codegen.json.cls with type parameters of type JsonClassMethods in jadx.core.codegen.json.cls that return types with arguments of type JsonClassMethod parameters in jadx.core.codegen.json.cls with type arguments of type JsonClass