Uses of Class
com.fasterxml.classmate.members.RawField
Packages that use RawField
Package
Description
Package that contains main public interface of ClassMate
package.
Package that contains
ResolvedType
implementation classes.-
Uses of RawField in com.fasterxml.classmate
Fields in com.fasterxml.classmate declared as RawFieldFields in com.fasterxml.classmate with type parameters of type RawFieldModifier and TypeFieldDescriptionMemberResolver._fieldFilterFilter used for determining whether given field (static or member) is to be included in aggregation of all fields.ResolvedTypeWithMembers._fieldFilterFilter to use for selecting fields to includeMethods in com.fasterxml.classmate that return RawFieldMethods in com.fasterxml.classmate that return types with arguments of type RawFieldMethods in com.fasterxml.classmate with parameters of type RawFieldModifier and TypeMethodDescriptionprotected ResolvedFieldResolvedTypeWithMembers.resolveField(RawField raw) Method for resolving individual field completelyMethod parameters in com.fasterxml.classmate with type arguments of type RawField -
Uses of RawField in com.fasterxml.classmate.types
Fields in com.fasterxml.classmate.types declared as RawFieldModifier and TypeFieldDescriptionprotected 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 RawFieldModifier and TypeMethodDescriptionResolvedObjectType.getMemberFields()ResolvedRecursiveType.getMemberFields()ResolvedInterfaceType.getStaticFields()ResolvedObjectType.getStaticFields()ResolvedRecursiveType.getStaticFields()