|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeBase | |
---|---|
org.codehaus.jackson.map.type | 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). |
Uses of TypeBase in org.codehaus.jackson.map.type |
---|
Subclasses of TypeBase in org.codehaus.jackson.map.type | |
---|---|
class |
ArrayType
Array types represent Java arrays, both primitive and object valued. |
class |
CollectionType
Type that represents Java Collection types (Lists, Sets). |
class |
MapType
Type that represents Java Map types. |
class |
SimpleType
Simple types are defined as anything other than one of recognized container types (arrays, Collections, Maps). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |