Uses of Class
tools.jackson.databind.deser.Deserializers.Base
Packages that use Deserializers.Base
Package
Description
Package that contains classes and interfaces to help implement
custom extension
JacksonModules
(which are registered on ObjectMapper via builders}.-
Uses of Deserializers.Base in tools.jackson.databind.module
Subclasses of Deserializers.Base in tools.jackson.databind.moduleModifier and TypeClassDescriptionclassSimple implementationDeserializerswhich allows registration of deserializers based on raw (type erased class).