Uses of Class
org.codehaus.jackson.map.type.SimpleType
-
Packages that use SimpleType 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,List
s andMap
s). -
-
Uses of SimpleType in org.codehaus.jackson.map.type
Methods in org.codehaus.jackson.map.type that return SimpleType Modifier and Type Method Description static SimpleType
SimpleType. construct(java.lang.Class<?> cls)
static SimpleType
SimpleType. constructUnsafe(java.lang.Class<?> raw)
Method used by core Jackson classes: NOT to be used by application code.SimpleType
SimpleType. withContentValueHandler(java.lang.Object h)
SimpleType
SimpleType. withTypeHandler(java.lang.Object h)
SimpleType
SimpleType. withValueHandler(java.lang.Object h)
-