Uses of Class
org.codehaus.jackson.map.module.SimpleKeyDeserializers
-
Packages that use SimpleKeyDeserializers Package Description org.codehaus.jackson.map.module Package that contains classes and interfaces to help implement custom extensionModule
s (which are registered usingObjectMapper.registerModule(org.codehaus.jackson.map.Module)
. -
-
Uses of SimpleKeyDeserializers in org.codehaus.jackson.map.module
Fields in org.codehaus.jackson.map.module declared as SimpleKeyDeserializers Modifier and Type Field Description protected SimpleKeyDeserializers
SimpleModule. _keyDeserializers
Methods in org.codehaus.jackson.map.module that return SimpleKeyDeserializers Modifier and Type Method Description SimpleKeyDeserializers
SimpleKeyDeserializers. addDeserializer(java.lang.Class<?> forClass, KeyDeserializer deser)
Methods in org.codehaus.jackson.map.module with parameters of type SimpleKeyDeserializers Modifier and Type Method Description void
SimpleModule. setKeyDeserializers(SimpleKeyDeserializers kd)
Resets all currently configured key deserializers.
-