Uses of Class
org.codehaus.jackson.map.type.SimpleType
-
Packages that use SimpleType Package Description org.codehaus.jackson.map.type -
-
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(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)
-