Package | Description |
---|---|
com.fasterxml.jackson.databind.module |
Package that contains classes and interfaces to help implement
custom extension
Module s
(which are registered using
ObjectMapper.registerModule(com.fasterxml.jackson.databind.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.
|
Copyright © 2014-2015 FasterXML. All Rights Reserved.