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