Uses of Class
org.codehaus.jackson.map.type.TypeBase
Packages that use TypeBase
Package
Description
-
Uses of TypeBase in org.codehaus.jackson.map.type
Subclasses of TypeBase in org.codehaus.jackson.map.typeModifier and TypeClassDescriptionfinal classArray types represent Java arrays, both primitive and object valued.classType that represents things that act similar toCollection; but may or may not be instances of that interface.final classType that represents Java Collection types (Lists, Sets).classType 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.final classType that represents "true" Java Map types.final classSimple types are defined as anything other than one of recognized container types (arrays, Collections, Maps).