| Package | Description | 
|---|---|
| com.fasterxml.jackson.databind.module | Package that contains classes and interfaces to help implement
 custom extension  Modules
 (which are registered usingObjectMapper.registerModule(com.fasterxml.jackson.databind.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. | 
Copyright © 2017 JBoss by Red Hat. All rights reserved.