Package | Description |
---|---|
org.codehaus.jackson.map.module |
Package that contains classes and interfaces to help implement
custom extension
Module s
(which are registered using
ObjectMapper.registerModule(org.codehaus.jackson.map.Module) . |
Modifier and Type | Field and Description |
---|---|
protected SimpleKeyDeserializers |
SimpleModule._keyDeserializers |
Modifier and Type | Method and Description |
---|---|
SimpleKeyDeserializers |
SimpleKeyDeserializers.addDeserializer(Class<?> forClass,
KeyDeserializer deser) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleModule.setKeyDeserializers(SimpleKeyDeserializers kd)
Resets all currently configured key deserializers.
|