Uses of Class
com.fasterxml.jackson.databind.module.SimpleKeyDeserializers

Packages that use SimpleKeyDeserializers
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)
 

Uses of SimpleKeyDeserializers in com.fasterxml.jackson.databind.module
 

Fields in com.fasterxml.jackson.databind.module declared as SimpleKeyDeserializers
protected  SimpleKeyDeserializers SimpleModule._keyDeserializers
           
 

Methods in com.fasterxml.jackson.databind.module that return SimpleKeyDeserializers
 SimpleKeyDeserializers SimpleKeyDeserializers.addDeserializer(Class<?> forClass, KeyDeserializer deser)
           
 

Methods in com.fasterxml.jackson.databind.module with parameters of type SimpleKeyDeserializers
 void SimpleModule.setKeyDeserializers(SimpleKeyDeserializers kd)
          Resets all currently configured key deserializers.
 



Copyright © 2012 fasterxml.com. All Rights Reserved.