Uses of Class
org.codehaus.jackson.map.type.TypeBase

Packages that use TypeBase
Package
Description
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, Lists and Maps).
  • Uses of TypeBase in org.codehaus.jackson.map.type

    Modifier and Type
    Class
    Description
    final class 
    Array types represent Java arrays, both primitive and object valued.
    class 
    Type that represents things that act similar to Collection; but may or may not be instances of that interface.
    final class 
    Type that represents Java Collection types (Lists, Sets).
    class 
    Type that represents Map-like types; things that consist of key/value pairs but that do not necessarily implement Map, but that do not have enough introspection functionality to allow for some level of generic handling.
    final class 
    Type that represents "true" Java Map types.
    final class 
    Simple types are defined as anything other than one of recognized container types (arrays, Collections, Maps).