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 SimpleTypeSimpleType. construct(Class<?> cls)static SimpleTypeSimpleType. constructUnsafe(Class<?> raw)Method used by core Jackson classes: NOT to be used by application code.SimpleTypeSimpleType. withContentValueHandler(Object h)SimpleTypeSimpleType. withTypeHandler(Object h)SimpleTypeSimpleType. withValueHandler(Object h)
-