ResolvedType
implementation classes.See: Description
| 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.
|
ResolvedType
implementation classes.Copyright © 2025 fasterxml.com. All rights reserved.