Package | Description |
---|---|
com.fasterxml.classmate |
Package that contains main public interface of ClassMate
package.
|
Modifier and Type | Field and Description |
---|---|
protected AnnotationInclusion |
AnnotationConfiguration.StdConfiguration._defaultInclusion |
Modifier and Type | Field and Description |
---|---|
protected HashMap<ClassKey,AnnotationInclusion> |
AnnotationConfiguration.StdConfiguration._inclusions |
Modifier and Type | Method and Description |
---|---|
protected 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.
|
AnnotationInclusion |
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.
|
AnnotationInclusion |
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.
|
AnnotationInclusion |
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.
|
AnnotationInclusion |
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.
|
AnnotationInclusion |
AnnotationConfiguration.StdConfiguration.getInclusionForParameter(Class<? extends Annotation> annotationType) |
static AnnotationInclusion |
AnnotationInclusion.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationConfiguration.StdConfiguration.setInclusion(Class<? extends Annotation> annotationType,
AnnotationInclusion incl) |
Constructor and Description |
---|
StdConfiguration(AnnotationInclusion defaultBehavior) |
Copyright © 2015 fasterxml.com. All rights reserved.