Uses of Enum
jadx.api.plugins.input.data.annotations.EncodedType
Packages that use EncodedType
Package
Description
-
Uses of EncodedType in jadx.api.plugins.input.data.annotations
Fields in jadx.api.plugins.input.data.annotations declared as EncodedTypeMethods in jadx.api.plugins.input.data.annotations that return EncodedTypeModifier and TypeMethodDescriptionEncodedValue.getType()static EncodedTypeReturns the enum constant of this type with the specified name.static EncodedType[]EncodedType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jadx.api.plugins.input.data.annotations with parameters of type EncodedType -
Uses of EncodedType in jadx.plugins.input.dex.sections.annotations
Methods in jadx.plugins.input.dex.sections.annotations with parameters of type EncodedTypeModifier and TypeMethodDescriptionstatic @Nullable ObjectAnnotationsUtils.getValue(IAnnotation ann, String name, EncodedType type) static <T> TAnnotationsUtils.getValue(IAnnotation ann, String name, EncodedType type, T defValue)