Uses of Class
tools.jackson.databind.module.SimpleKeyDeserializers
Packages that use SimpleKeyDeserializers
Package
Description
Package that contains classes and interfaces to help implement
custom extension
JacksonModule
s
(which are registered on ObjectMapper via builders}.-
Uses of SimpleKeyDeserializers in tools.jackson.databind.module
Fields in tools.jackson.databind.module declared as SimpleKeyDeserializersMethods in tools.jackson.databind.module that return SimpleKeyDeserializersModifier and TypeMethodDescriptionSimpleKeyDeserializers.addDeserializer
(Class<?> forClass, KeyDeserializer deser) Methods in tools.jackson.databind.module with parameters of type SimpleKeyDeserializersModifier and TypeMethodDescriptionSimpleModule.setKeyDeserializers
(SimpleKeyDeserializers kd) Resets all currently configured key deserializers.