|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
JavaType
, as
well as the factory (TypeFactory
) for
constructing instances from various input data types
(like Class
, Type
)
and programmatically (for structured types, arrays,
List
s and Map
s).
See:
Description
Class Summary | |
---|---|
ArrayType | Array types represent Java arrays, both primitive and object valued. |
ClassKey | Key class, used as an efficient and accurate key
for locating per-class values, such as
JsonSerializer s. |
CollectionType | Type that represents Java Collection types (Lists, Sets). |
MapType | Type that represents Java Map types. |
SimpleType | Simple types are defined as anything other than one of recognized container types (arrays, Collections, Maps). |
TypeBase | |
TypeBindings | Helper class used for resolving type parameters for given class |
TypeFactory | Class used for constracting concrete JavaType instances,
given various inputs. |
TypeParser | Simple recursive-descent parser for parsing canonical JavaType
representations and constructing type instances. |
Package that contains concrete implementations of
JavaType
, as
well as the factory (TypeFactory
) for
constructing instances from various input data types
(like Class
, Type
)
and programmatically (for structured types, arrays,
List
s and Map
s).
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |