Uses of Class
com.fasterxml.classmate.members.RawField
-
Packages that use RawField Package Description com.fasterxml.classmate Package that contains main public interface of ClassMate package.com.fasterxml.classmate.types Package that containsResolvedType
implementation classes. -
-
Uses of RawField in com.fasterxml.classmate
Fields in com.fasterxml.classmate declared as RawField Modifier and Type Field Description protected static RawField[]
ResolvedType. NO_FIELDS
Fields in com.fasterxml.classmate with type parameters of type RawField Modifier and Type Field Description protected Filter<RawField>
MemberResolver. _fieldFilter
Filter used for determining whether given field (static or member) is to be included in aggregation of all fields.protected Filter<RawField>
ResolvedTypeWithMembers. _fieldFilter
Filter to use for selecting fields to includeMethods in com.fasterxml.classmate that return RawField Modifier and Type Method Description protected RawField[]
ResolvedType. _getFields(boolean statics)
Methods in com.fasterxml.classmate that return types with arguments of type RawField Modifier and Type Method Description java.util.List<RawField>
ResolvedType. getMemberFields()
java.util.List<RawField>
ResolvedType. getStaticFields()
Methods in com.fasterxml.classmate with parameters of type RawField Modifier and Type Method Description protected ResolvedField
ResolvedTypeWithMembers. resolveField(RawField raw)
Method for resolving individual field completelyMethod parameters in com.fasterxml.classmate with type arguments of type RawField Modifier and Type Method Description MemberResolver
MemberResolver. setFieldFilter(Filter<RawField> f)
-
Uses of RawField in com.fasterxml.classmate.types
Fields in com.fasterxml.classmate.types declared as RawField Modifier and Type Field Description 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 Modifier and Type Method Description java.util.List<RawField>
ResolvedObjectType. getMemberFields()
java.util.List<RawField>
ResolvedRecursiveType. getMemberFields()
java.util.List<RawField>
ResolvedInterfaceType. getStaticFields()
java.util.List<RawField>
ResolvedObjectType. getStaticFields()
java.util.List<RawField>
ResolvedRecursiveType. getStaticFields()
-