Uses of Class
com.fasterxml.jackson.databind.type.SimpleType
-
Packages that use SimpleType Package Description com.fasterxml.jackson.databind.type -
-
Uses of SimpleType in com.fasterxml.jackson.databind.type
Subclasses of SimpleType in com.fasterxml.jackson.databind.type Modifier and Type Class Description classReferenceTypeSpecializedSimpleTypefor types that are referential types, that is, values that can be dereferenced to another value (or null), of different type.Fields in com.fasterxml.jackson.databind.type declared as SimpleType Modifier and Type Field Description protected static SimpleTypeTypeFactory. CORE_TYPE_BOOLprotected static SimpleTypeTypeFactory. CORE_TYPE_CLASSCacheClassbecause it is nominally parametric, but has no really useful information.protected static SimpleTypeTypeFactory. CORE_TYPE_COMPARABLECacheComparablebecause it is both parameteric (relatively costly to resolve) and mostly useless (no special handling), better handle directlyprotected static SimpleTypeTypeFactory. CORE_TYPE_ENUMCacheEnumbecause it is parametric AND self-referential (costly to resolve) and useless in itself (no special handling).protected static SimpleTypeTypeFactory. CORE_TYPE_INTprotected static SimpleTypeTypeFactory. CORE_TYPE_JSON_NODECacheJsonNodebecause it is no critical path of simple tree model reading and does not have things to overrideprotected static SimpleTypeTypeFactory. CORE_TYPE_LONGprotected static SimpleTypeTypeFactory. CORE_TYPE_OBJECTprotected static SimpleTypeTypeFactory. CORE_TYPE_STRINGMethods in com.fasterxml.jackson.databind.type that return SimpleType Modifier and Type Method Description static SimpleTypeSimpleType. construct(Class<?> cls)Deprecated.Since 2.7static SimpleTypeSimpleType. constructUnsafe(Class<?> raw)Method used by core Jackson classes: NOT to be used by application code: it does NOT properly handle inspection of super-types, so neither parent Classes nor implemented Interfaces are accessible with resulting type instance.SimpleTypeSimpleType. withContentValueHandler(Object h)SimpleTypeSimpleType. withStaticTyping()SimpleTypeSimpleType. withTypeHandler(Object h)SimpleTypeSimpleType. withValueHandler(Object h)
-