Uses of Enum
com.dslplatform.json.processor.AnnotationUsage
Packages that use AnnotationUsage
-
Uses of AnnotationUsage in com.dslplatform.json.processor
Fields in com.dslplatform.json.processor declared as AnnotationUsageModifier and TypeFieldDescriptionprivate final AnnotationUsageAnalysis.annotationUsageprivate AnnotationUsageCompiledJsonAnnotationProcessor.annotationUsageMethods in com.dslplatform.json.processor that return AnnotationUsageModifier and TypeMethodDescriptionstatic AnnotationUsageReturns the enum constant of this type with the specified name.static AnnotationUsage[]AnnotationUsage.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.dslplatform.json.processor with parameters of type AnnotationUsageModifierConstructorDescriptionAnalysis(ProcessingEnvironment processingEnv, AnnotationUsage annotationUsage, LogLevel logLevel, TypeSupport typeSupport) Analysis(ProcessingEnvironment processingEnv, AnnotationUsage annotationUsage, LogLevel logLevel, TypeSupport typeSupport, Set<String> alternativeIgnore, Map<String, List<Analysis.AnnotationMapping<Boolean>>> alternativeNonNullable, Map<String, String> alternativeAlias, Map<String, List<Analysis.AnnotationMapping<Boolean>>> alternativeMandatory, Set<String> alternativeCreators, Map<String, String> alternativeIndex, UnknownTypes unknownTypes, boolean includeFields, boolean includeBeanMethods, boolean includeExactMethods)