public interface KeyDeserializers
KeyDeserializer for specified type, or null to indicate that it
 does not support handling of the type. In latter case, further calls can be made
 for other providers; in former case returned key deserializer is used for handling of
 key instances of specified type.| Modifier and Type | Method and Description | 
|---|---|
| KeyDeserializer | findKeyDeserializer(JavaType type,
                   DeserializationConfig config,
                   BeanDescription beanDesc) | 
KeyDeserializer findKeyDeserializer(JavaType type, DeserializationConfig config, BeanDescription beanDesc) throws JsonMappingException
JsonMappingExceptionCopyright © 2008–2016 FasterXML. All rights reserved.