Package com.fasterxml.classmate.types
package com.fasterxml.classmate.types
Package that contains
ResolvedType
implementation classes.-
ClassesClassDescriptionType implementation for classes that do not represent interfaces, primitive or array types.Type used for Java primitive types (which does not include arrays here).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.Placeholder used for resolving type assignments to figure out type parameters for subtypes.