Uses of Class
tools.jackson.databind.type.SimpleType
Packages that use SimpleType
Package
Description
-
Uses of SimpleType in tools.jackson.databind.type
Subclasses of SimpleType in tools.jackson.databind.typeModifier and TypeClassDescriptionclassSpecializedSimpleTypefor types that are allow iteration over Collection(-like) types: this includes types likeIterator.classSpecializedSimpleTypefor types that are referential types, that is, values that can be dereferenced to another value (or null), of different type.Fields in tools.jackson.databind.type declared as SimpleTypeModifier and TypeFieldDescriptionprotected static final SimpleTypeTypeFactory.CORE_TYPE_BOOLprotected static final SimpleTypeTypeFactory.CORE_TYPE_COMPARABLECacheComparablebecause it is both parametric (relatively costly to resolve) and mostly useless (no special handling), better handle directlyprotected static final SimpleTypeTypeFactory.CORE_TYPE_DOUBLEprotected static final SimpleTypeTypeFactory.CORE_TYPE_ENUMCacheEnumbecause it is parametric AND self-referential (costly to resolve) and useless in itself (no special handling).protected static final SimpleTypeTypeFactory.CORE_TYPE_INTprotected static final SimpleTypeTypeFactory.CORE_TYPE_JSON_NODECacheJsonNodebecause it is no critical path of simple tree model reading and does not have things to overrideprotected static final SimpleTypeTypeFactory.CORE_TYPE_LONGprotected static final SimpleTypeTypeFactory.CORE_TYPE_OBJECTprotected static final SimpleTypeTypeFactory.CORE_TYPE_STRINGMethods in tools.jackson.databind.type that return SimpleTypeModifier and TypeMethodDescriptionstatic 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.SimpleType.withContentValueHandler(Object h) SimpleType.withStaticTyping()SimpleType.withTypeHandler(Object h) SimpleType.withValueHandler(Object h)