|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotationConfiguration | |
---|---|
com.fasterxml.classmate | Package that contains main public interface of ClassMate package. |
Uses of AnnotationConfiguration in com.fasterxml.classmate |
---|
Subclasses of AnnotationConfiguration in com.fasterxml.classmate | |
---|---|
static class |
AnnotationConfiguration.StdConfiguration
Simple implementation that can be configured with default behavior for unknown annotations, as well as explicit behaviors for enumerated annotation types. |
Fields in com.fasterxml.classmate declared as AnnotationConfiguration | |
---|---|
protected static AnnotationConfiguration |
ResolvedTypeWithMembers.DEFAULT_ANNOTATION_CONFIG
Default annotation configuration is to ignore all annotations types. |
Methods in com.fasterxml.classmate with parameters of type AnnotationConfiguration | |
---|---|
ResolvedTypeWithMembers |
MemberResolver.resolve(ResolvedType mainType,
AnnotationConfiguration annotationConfig,
AnnotationOverrides annotationOverrides)
Method for constructing hierarchy object needed to fully resolve member information, including basic type flattening as well as addition of mix-in types in appropriate positions. |
Constructors in com.fasterxml.classmate with parameters of type AnnotationConfiguration | |
---|---|
ResolvedTypeWithMembers(TypeResolver typeResolver,
AnnotationConfiguration annotationConfig,
HierarchicType mainType,
HierarchicType[] types,
Filter<RawConstructor> constructorFilter,
Filter<RawField> fieldFilter,
Filter<RawMethod> methodFilter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |