Package jadx.plugins.input.dex.sections
Class DexAnnotationsConvert
java.lang.Object
jadx.plugins.input.dex.sections.DexAnnotationsConvert
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidappendAnnotations(@Nullable String cls, List<IJadxAttribute> attributes, List<IAnnotation> annotations) private static voidconvertSystemAnnotations(@Nullable String cls, List<IJadxAttribute> attributes, IAnnotation annotation) private static StringextractSignature(IAnnotation annotation) static voidforClass(String cls, List<IJadxAttribute> list, List<IAnnotation> annotationList) static voidforField(List<IJadxAttribute> list, List<IAnnotation> annotationList) static voidforMethod(List<IJadxAttribute> list, List<IAnnotation> annotationList)
-
Field Details
-
LOG
private static final org.slf4j.Logger LOG
-
-
Constructor Details
-
DexAnnotationsConvert
public DexAnnotationsConvert()
-
-
Method Details
-
forClass
public static void forClass(String cls, List<IJadxAttribute> list, List<IAnnotation> annotationList) -
forMethod
-
forField
-
appendAnnotations
private static void appendAnnotations(@Nullable @Nullable String cls, List<IJadxAttribute> attributes, List<IAnnotation> annotations) -
convertSystemAnnotations
private static void convertSystemAnnotations(@Nullable @Nullable String cls, List<IJadxAttribute> attributes, IAnnotation annotation) -
extractSignature
-