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
JacksonModules
(which are registered on ObjectMapper via builders}.-
Classes in tools.jackson.databind.module used by tools.jackson.databind.moduleClassDescriptionSimple
AbstractTypeResolverimplementation, which is based on static mapping from abstract super types into sub types (concrete or abstract), but retaining generic parameterization.Simple implementationDeserializerswhich allows registration of deserializers based on raw (type erased class).Simple implementationKeyDeserializerswhich allows registration of deserializers based on raw (type erased class).VanillaJacksonModuleimplementation 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 customAbstractTypeResolvers,ValueInstantiators).Simple implementationSerializerswhich allows registration of serializers based on raw (type erased class).