Uses of Package
com.fasterxml.jackson.databind.module
Packages that use com.fasterxml.jackson.databind.module
Package
Description
Package that contains classes and interfaces to help implement
custom extension
Modules
(which are registered using
ObjectMapper.registerModule(Module).-
Classes in com.fasterxml.jackson.databind.module used by com.fasterxml.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).VanillaModuleimplementation 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).