Uses of Enum
com.fasterxml.classmate.AnnotationInclusion
Packages that use AnnotationInclusion
Package
Description
Package that contains main public interface of ClassMate
package.
-
Uses of AnnotationInclusion in com.fasterxml.classmate
Subclasses with type arguments of type AnnotationInclusion in com.fasterxml.classmateModifier and TypeClassDescriptionenumEnumeration that defines different settings for handling behavior of individual annotationsFields in com.fasterxml.classmate declared as AnnotationInclusionModifier and TypeFieldDescriptionprotected final AnnotationInclusionAnnotationConfiguration.StdConfiguration._defaultInclusionFields in com.fasterxml.classmate with type parameters of type AnnotationInclusionModifier and TypeFieldDescriptionprivate HashMap<Class<? extends Annotation>, AnnotationInclusion> ResolvedTypeWithMembers.AnnotationHandler._constructorInclusionsprivate HashMap<Class<? extends Annotation>, AnnotationInclusion> ResolvedTypeWithMembers.AnnotationHandler._fieldInclusionsprotected final HashMap<ClassKey, AnnotationInclusion> AnnotationConfiguration.StdConfiguration._inclusionsprivate HashMap<Class<? extends Annotation>, AnnotationInclusion> ResolvedTypeWithMembers.AnnotationHandler._methodInclusionsprivate HashMap<Class<? extends Annotation>, AnnotationInclusion> ResolvedTypeWithMembers.AnnotationHandler._parameterInclusionsMethods in com.fasterxml.classmate that return AnnotationInclusionModifier and TypeMethodDescriptionprotected AnnotationInclusionAnnotationConfiguration.StdConfiguration._inclusionFor(Class<? extends Annotation> annotationType) abstract AnnotationInclusionAnnotationConfiguration.getInclusionForClass(Class<? extends Annotation> annotationType) Method called to figure out how to handle instances of specified annotation type when used as class annotation.AnnotationConfiguration.StdConfiguration.getInclusionForClass(Class<? extends Annotation> annotationType) abstract AnnotationInclusionAnnotationConfiguration.getInclusionForConstructor(Class<? extends Annotation> annotationType) Method called to figure out how to handle instances of specified annotation type when used as constructor annotation.AnnotationConfiguration.StdConfiguration.getInclusionForConstructor(Class<? extends Annotation> annotationType) abstract AnnotationInclusionAnnotationConfiguration.getInclusionForField(Class<? extends Annotation> annotationType) Method called to figure out how to handle instances of specified annotation type when used as field annotation.AnnotationConfiguration.StdConfiguration.getInclusionForField(Class<? extends Annotation> annotationType) abstract AnnotationInclusionAnnotationConfiguration.getInclusionForMethod(Class<? extends Annotation> annotationType) Method called to figure out how to handle instances of specified annotation type when used as method annotation.AnnotationConfiguration.StdConfiguration.getInclusionForMethod(Class<? extends Annotation> annotationType) abstract AnnotationInclusionAnnotationConfiguration.getInclusionForParameter(Class<? extends Annotation> annotationType) Method called to figure out how to handle instances of specified annotation type when used as parameter annotation.AnnotationConfiguration.StdConfiguration.getInclusionForParameter(Class<? extends Annotation> annotationType) ResolvedTypeWithMembers.AnnotationHandler.methodInclusion(Annotation ann) ResolvedTypeWithMembers.AnnotationHandler.parameterInclusion(Annotation ann) static AnnotationInclusionReturns the enum constant of this type with the specified name.static AnnotationInclusion[]AnnotationInclusion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.fasterxml.classmate with parameters of type AnnotationInclusionModifier and TypeMethodDescriptionvoidAnnotationConfiguration.StdConfiguration.setInclusion(Class<? extends Annotation> annotationType, AnnotationInclusion incl) Constructors in com.fasterxml.classmate with parameters of type AnnotationInclusion