|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RawField | |
---|---|
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. |
Uses of RawField in com.fasterxml.classmate |
---|
Fields in com.fasterxml.classmate declared as RawField | |
---|---|
protected static RawField[] |
ResolvedType.NO_FIELDS
|
Fields in com.fasterxml.classmate with type parameters of type RawField | |
---|---|
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. |
Methods in com.fasterxml.classmate that return RawField | |
---|---|
protected RawField[] |
ResolvedType._getFields(boolean statics)
|
Methods in com.fasterxml.classmate that return types with arguments of type RawField | |
---|---|
List<RawField> |
ResolvedType.getMemberFields()
|
List<RawField> |
ResolvedType.getStaticFields()
|
Methods in com.fasterxml.classmate with parameters of type RawField | |
---|---|
protected ResolvedField |
ResolvedTypeWithMembers.resolveField(RawField raw)
Method for resolving individual field completely |
Method parameters in com.fasterxml.classmate with type arguments of type RawField | |
---|---|
MemberResolver |
MemberResolver.setFieldFilter(Filter<RawField> f)
|
Constructor parameters in com.fasterxml.classmate with type arguments of type RawField | |
---|---|
ResolvedTypeWithMembers(TypeResolver typeResolver,
AnnotationConfiguration annotationConfig,
HierarchicType mainType,
HierarchicType[] types,
Filter<RawConstructor> constructorFilter,
Filter<RawField> fieldFilter,
Filter<RawMethod> methodFilter)
|
Uses of RawField in com.fasterxml.classmate.types |
---|
Fields in com.fasterxml.classmate.types declared as RawField | |
---|---|
protected RawField[] |
ResolvedInterfaceType._constantFields
Interfaces can have static final (constant) fields. |
protected RawField[] |
ResolvedObjectType._memberFields
|
protected RawField[] |
ResolvedObjectType._staticFields
|
Methods in com.fasterxml.classmate.types that return types with arguments of type RawField | |
---|---|
List<RawField> |
ResolvedObjectType.getMemberFields()
|
List<RawField> |
ResolvedRecursiveType.getMemberFields()
|
List<RawField> |
ResolvedObjectType.getStaticFields()
|
List<RawField> |
ResolvedInterfaceType.getStaticFields()
|
List<RawField> |
ResolvedRecursiveType.getStaticFields()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |