Package | Description |
---|---|
com.fasterxml.classmate |
Package that contains main public interface of ClassMate
package.
|
com.fasterxml.classmate.types |
Package that contains
com.fastexml.classmate.ResolvedType
implementation classes. |
Modifier and Type | Field and Description |
---|---|
protected static RawField[] |
ResolvedType.NO_FIELDS |
Modifier and Type | Field and Description |
---|---|
protected Filter<RawField> |
ResolvedTypeWithMembers._fieldFilter
Filter to use for selecting fields to include
|
protected Filter<RawField> |
MemberResolver._fieldFilter
Filter used for determining whether given
field (static or member)
is to be included in aggregation of all
fields.
|
Modifier and Type | Method and Description |
---|---|
protected RawField[] |
ResolvedType._getFields(boolean statics) |
Modifier and Type | Method and Description |
---|---|
List<RawField> |
ResolvedType.getMemberFields() |
List<RawField> |
ResolvedType.getStaticFields() |
Modifier and Type | Method and Description |
---|---|
protected ResolvedField |
ResolvedTypeWithMembers.resolveField(RawField raw)
Method for resolving individual field completely
|
Modifier and Type | Method and Description |
---|---|
MemberResolver |
MemberResolver.setFieldFilter(Filter<RawField> f) |
Constructor and Description |
---|
ResolvedTypeWithMembers(TypeResolver typeResolver,
AnnotationConfiguration annotationConfig,
HierarchicType mainType,
HierarchicType[] types,
Filter<RawConstructor> constructorFilter,
Filter<RawField> fieldFilter,
Filter<RawMethod> methodFilter) |
Modifier and Type | Field and Description |
---|---|
protected RawField[] |
ResolvedInterfaceType._constantFields
Interfaces can have static final (constant) fields.
|
protected RawField[] |
ResolvedObjectType._memberFields |
protected RawField[] |
ResolvedObjectType._staticFields |
Modifier and Type | Method and Description |
---|---|
List<RawField> |
ResolvedObjectType.getMemberFields() |
List<RawField> |
ResolvedRecursiveType.getMemberFields() |
List<RawField> |
ResolvedInterfaceType.getStaticFields() |
List<RawField> |
ResolvedObjectType.getStaticFields() |
List<RawField> |
ResolvedRecursiveType.getStaticFields() |
Copyright © 2012 fasterxml.com. All Rights Reserved.