Uses of Class
com.fasterxml.jackson.databind.deser.Deserializers.Base
-
Packages that use Deserializers.Base Package Description com.fasterxml.jackson.databind.ext 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.com.fasterxml.jackson.databind.module Package that contains classes and interfaces to help implement custom extensionModule
s (which are registered usingObjectMapper.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.ext Modifier and Type Class Description class
CoreXMLDeserializers
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.module Modifier and Type Class Description class
SimpleDeserializers
Simple implementationDeserializers
which allows registration of deserializers based on raw (type erased class).
-