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
Module
s
(which are registered using
ObjectMapper.registerModule(com.fasterxml.jackson.databind.Module)
.-
Uses of Deserializers.Base in com.fasterxml.jackson.databind.ext
Subclasses of Deserializers.Base in com.fasterxml.jackson.databind.extModifier and TypeClassDescriptionclass
Container 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 TypeClassDescriptionclass
Simple implementationDeserializers
which allows registration of deserializers based on raw (type erased class).