Package com.fasterxml.classmate.types
Package that contains
ResolvedType
implementation classes.-
Class Summary Class Description ResolvedArrayType ResolvedInterfaceType ResolvedObjectType Type implementation for classes that do not represent interfaces, primitive or array types.ResolvedPrimitiveType Type used for Java primitive types (which does not include arrays here).ResolvedRecursiveType Specialized type placeholder used in cases where type definition is recursive; to avoid infinite loop, reference that would be "back" in hierarchy is represented by an instance of this class.TypePlaceHolder Placeholder used for resolving type assignments to figure out type parameters for subtypes.