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

Packages that use SimpleType
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, Lists and Maps). 
 

Uses of SimpleType in org.codehaus.jackson.map.type
 

Methods in org.codehaus.jackson.map.type that return SimpleType
static SimpleType SimpleType.construct(Class<?> cls)
           
static SimpleType SimpleType.constructUnsafe(Class<?> raw)
          Method used by core Jackson classes: NOT to be used by application code.
 SimpleType SimpleType.withContentValueHandler(Object h)
           
 SimpleType SimpleType.withTypeHandler(Object h)
           
 SimpleType SimpleType.withValueHandler(Object h)