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