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
JsonMappingException
Copyright © 2014-2015 FasterXML. All Rights Reserved.