java.lang.Object
edu.internet2.middleware.grouperClientExt.com.fasterxml.jackson.databind.module.SimpleKeyDeserializers
All Implemented Interfaces:
KeyDeserializers, Serializable

public class SimpleKeyDeserializers extends Object implements KeyDeserializers, Serializable
Simple implementation KeyDeserializers which allows registration of deserializers based on raw (type erased class). It can work well for basic bean and scalar type deserializers, but is not a good fit for handling generic types (like Maps and Collections or array types).

Unlike SimpleSerializers, this class does not currently support generic mappings; all mappings must be to exact declared deserialization type.

See Also: