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 SimpleDeserializers |
SimpleModule._deserializers |
Modifier and Type | Method and Description |
---|---|
void |
SimpleModule.setDeserializers(SimpleDeserializers d)
Resets all currently configured deserializers.
|