public abstract class KeyDeserializer extends Object
String or Object.| Modifier and Type | Class and Description | 
|---|---|
| static class  | KeyDeserializer.NoneThis marker class is only to be used with annotations, to
 indicate that no deserializer is configured. | 
| Constructor and Description | 
|---|
| KeyDeserializer() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Object | deserializeKey(String key,
              DeserializationContext ctxt)Method called to deserialize a  Mapkey from JSON property name. | 
public abstract Object deserializeKey(String key, DeserializationContext ctxt) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
Map key from JSON property name.IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2014-2015 FasterXML. All Rights Reserved.