Uses of Class
org.codehaus.jackson.map.type.TypeBase
-
Packages that use TypeBase Package Description org.codehaus.jackson.map.type Package that contains concrete implementations ofJavaType, as well as the factory (TypeFactory) for constructing instances from various input data types (likeClass,Type) and programmatically (for structured types, arrays,Lists andMaps). -
-
Uses of TypeBase in org.codehaus.jackson.map.type
Subclasses of TypeBase in org.codehaus.jackson.map.type Modifier and Type Class Description classArrayTypeArray types represent Java arrays, both primitive and object valued.classCollectionLikeTypeType that represents things that act similar toCollection; but may or may not be instances of that interface.classCollectionTypeType that represents Java Collection types (Lists, Sets).classMapLikeTypeType that represents Map-like types; things that consist of key/value pairs but that do not necessarily implementMap, but that do not have enough introspection functionality to allow for some level of generic handling.classMapTypeType that represents "true" Java Map types.classSimpleTypeSimple types are defined as anything other than one of recognized container types (arrays, Collections, Maps).
-