Uses of Class
com.fasterxml.jackson.databind.deser.Deserializers.Base
Packages that use Deserializers.Base
Package
Description
Contains extended support for "external" packages: things that
may or may not be present in runtime environment, but that are
commonly enough used so that explicit support can be added.
Package that contains classes and interfaces to help implement
custom extension
Modules
(which are registered using
ObjectMapper.registerModule(Module).-
Uses of Deserializers.Base in com.fasterxml.jackson.databind.ext
Subclasses of Deserializers.Base in com.fasterxml.jackson.databind.extModifier and TypeClassDescriptionclassContainer deserializers that handle "core" XML types: ones included in standard JDK 1.5. -
Uses of Deserializers.Base in com.fasterxml.jackson.databind.module
Subclasses of Deserializers.Base in com.fasterxml.jackson.databind.moduleModifier and TypeClassDescriptionclassSimple implementationDeserializerswhich allows registration of deserializers based on raw (type erased class).