Uses of Package
com.fasterxml.jackson.databind.module
-
Packages that use com.fasterxml.jackson.databind.module Package Description 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)
. -
Classes in com.fasterxml.jackson.databind.module used by com.fasterxml.jackson.databind.module Class Description SimpleAbstractTypeResolver SimpleAbstractTypeResolver
implementation, which is based on static mapping from abstract super types into sub types (concrete or abstract), but retaining generic parameterization.SimpleDeserializers Simple implementationDeserializers
which allows registration of deserializers based on raw (type erased class).SimpleKeyDeserializers Simple implementationKeyDeserializers
which allows registration of deserializers based on raw (type erased class).SimpleModule VanillaModule
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).SimpleSerializers Simple implementationSerializers
which allows registration of serializers based on raw (type erased class).SimpleValueInstantiators