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 extensionModules (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 SimpleAbstractTypeResolverimplementation, which is based on static mapping from abstract super types into sub types (concrete or abstract), but retaining generic parameterization.SimpleDeserializers Simple implementationDeserializerswhich allows registration of deserializers based on raw (type erased class).SimpleKeyDeserializers Simple implementationKeyDeserializerswhich allows registration of deserializers based on raw (type erased class).SimpleModule 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).SimpleSerializers Simple implementationSerializerswhich allows registration of serializers based on raw (type erased class).SimpleValueInstantiators