Uses of Class
com.fasterxml.jackson.databind.type.SimpleType
Packages that use SimpleType
Package
Description
-
Uses of SimpleType in com.fasterxml.jackson.databind.type
Subclasses of SimpleType in com.fasterxml.jackson.databind.typeModifier and TypeClassDescriptionclass
SpecializedSimpleType
for types that are allow iteration over Collection(-like) types: this includes types likeIterator
.class
SpecializedSimpleType
for 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 SimpleTypeModifier and TypeFieldDescriptionprotected static final SimpleType
TypeFactory.CORE_TYPE_BOOL
protected static final SimpleType
TypeFactory.CORE_TYPE_COMPARABLE
CacheComparable
because it is both parametric (relatively costly to resolve) and mostly useless (no special handling), better handle directlyprotected static final SimpleType
TypeFactory.CORE_TYPE_DOUBLE
protected static final SimpleType
TypeFactory.CORE_TYPE_ENUM
CacheEnum
because it is parametric AND self-referential (costly to resolve) and useless in itself (no special handling).protected static final SimpleType
TypeFactory.CORE_TYPE_INT
protected static final SimpleType
TypeFactory.CORE_TYPE_JSON_NODE
CacheJsonNode
because it is no critical path of simple tree model reading and does not have things to overrideprotected static final SimpleType
TypeFactory.CORE_TYPE_LONG
protected static final SimpleType
TypeFactory.CORE_TYPE_OBJECT
protected static final SimpleType
TypeFactory.CORE_TYPE_STRING
Methods in com.fasterxml.jackson.databind.type that return SimpleTypeModifier and TypeMethodDescriptionstatic SimpleType
Deprecated.Since 2.7static SimpleType
SimpleType.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.SimpleType.withContentValueHandler
(Object h) SimpleType.withStaticTyping()
SimpleType.withTypeHandler
(Object h) SimpleType.withValueHandler
(Object h)