| Package | Description | 
|---|---|
| com.fasterxml.jackson.databind.module | 
 Package that contains classes and interfaces to help implement
 custom extension  
Modules
 (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 © 2012-2013 FasterXML. All Rights Reserved.