Package | Description |
---|---|
com.fasterxml.classmate |
Package that contains main public interface of ClassMate
package.
|
Modifier and Type | Class and Description |
---|---|
static class |
AnnotationOverrides.StdImpl
Simple implementation configured with explicit associations with
target class as key, and overrides as ordered list of classes
(with first entry having precedence over later ones).
|
Modifier and Type | Method and Description |
---|---|
AnnotationOverrides |
AnnotationOverrides.StdBuilder.build()
Method that will construct a
AnnotationOverrides instance using
mappings that have been added using this builder |
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.
|
Copyright © 2012 fasterxml.com. All Rights Reserved.