Uses of Package
tools.jackson.databind.module
Packages that use tools.jackson.databind.module
Package
Description
Package that contains classes and interfaces to help implement
custom extension
JacksonModule
s
(which are registered on ObjectMapper via builders}.-
Classes in tools.jackson.databind.module used by tools.jackson.databind.moduleClassDescriptionSimple
AbstractTypeResolver
implementation, which is based on static mapping from abstract super types into sub types (concrete or abstract), but retaining generic parameterization.Simple implementationDeserializers
which allows registration of deserializers based on raw (type erased class).Simple implementationKeyDeserializers
which allows registration of deserializers based on raw (type erased class).VanillaJacksonModule
implementation that allows registration of serializers and deserializers, bean serializer and deserializer modifiers, registration of subtypes and mix-ins as well as some other commonly needed aspects (addition of customAbstractTypeResolver
s,ValueInstantiator
s).Simple implementationSerializers
which allows registration of serializers based on raw (type erased class).