Package | Description |
---|---|
com.fasterxml.classmate |
Package that contains main public interface of ClassMate
package.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected static AnnotationConfiguration |
ResolvedTypeWithMembers.DEFAULT_ANNOTATION_CONFIG
Default annotation configuration is to ignore all annotations types.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
ResolvedTypeWithMembers(TypeResolver typeResolver,
AnnotationConfiguration annotationConfig,
HierarchicType mainType,
HierarchicType[] types,
Filter<RawConstructor> constructorFilter,
Filter<RawField> fieldFilter,
Filter<RawMethod> methodFilter) |
Copyright © 2015 fasterxml.com. All rights reserved.