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
Fields in com.fasterxml.classmate declared as AnnotationInclusionModifier and TypeFieldDescriptionprotected final AnnotationInclusion
AnnotationConfiguration.StdConfiguration._defaultInclusion
Fields in com.fasterxml.classmate with type parameters of type AnnotationInclusionModifier and TypeFieldDescriptionprivate HashMap
<Class<? extends Annotation>, AnnotationInclusion> ResolvedTypeWithMembers.AnnotationHandler._constructorInclusions
private HashMap
<Class<? extends Annotation>, AnnotationInclusion> ResolvedTypeWithMembers.AnnotationHandler._fieldInclusions
protected final HashMap
<ClassKey, AnnotationInclusion> AnnotationConfiguration.StdConfiguration._inclusions
private HashMap
<Class<? extends Annotation>, AnnotationInclusion> ResolvedTypeWithMembers.AnnotationHandler._methodInclusions
private HashMap
<Class<? extends Annotation>, AnnotationInclusion> ResolvedTypeWithMembers.AnnotationHandler._parameterInclusions
Methods in com.fasterxml.classmate that return AnnotationInclusionModifier and TypeMethodDescriptionprotected AnnotationInclusion
AnnotationConfiguration.StdConfiguration._inclusionFor
(Class<? extends Annotation> annotationType) abstract AnnotationInclusion
AnnotationConfiguration.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 AnnotationInclusion
AnnotationConfiguration.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 AnnotationInclusion
AnnotationConfiguration.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 AnnotationInclusion
AnnotationConfiguration.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 AnnotationInclusion
AnnotationConfiguration.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 AnnotationInclusion
Returns 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 TypeMethodDescriptionvoid
AnnotationConfiguration.StdConfiguration.setInclusion
(Class<? extends Annotation> annotationType, AnnotationInclusion incl) Constructors in com.fasterxml.classmate with parameters of type AnnotationInclusion