Uses of Class
org.codehaus.jackson.map.module.SimpleKeyDeserializers
Packages that use SimpleKeyDeserializers
Package
Description
Package that contains classes and interfaces to help implement
custom extension
Modules
(which are registered using
ObjectMapper.registerModule(Module).-
Uses of SimpleKeyDeserializers in org.codehaus.jackson.map.module
Fields in org.codehaus.jackson.map.module declared as SimpleKeyDeserializersMethods in org.codehaus.jackson.map.module that return SimpleKeyDeserializersModifier and TypeMethodDescriptionSimpleKeyDeserializers.addDeserializer(Class<?> forClass, KeyDeserializer deser) Methods in org.codehaus.jackson.map.module with parameters of type SimpleKeyDeserializersModifier and TypeMethodDescriptionvoidSimpleModule.setKeyDeserializers(SimpleKeyDeserializers kd) Resets all currently configured key deserializers.