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 containsResolvedTypeimplementation 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_FIELDSFields in com.fasterxml.classmate with type parameters of type RawField Modifier and Type Field Description protected Filter<RawField>MemberResolver. _fieldFilterFilter used for determining whether given field (static or member) is to be included in aggregation of all fields.protected Filter<RawField>ResolvedTypeWithMembers. _fieldFilterFilter 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 ResolvedFieldResolvedTypeWithMembers. 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 MemberResolverMemberResolver. 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. _constantFieldsInterfaces can have static final (constant) fields.protected RawField[]ResolvedObjectType. _memberFieldsprotected RawField[]ResolvedObjectType. _staticFieldsMethods 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()
-