public abstract class KeyDeserializer extends Object
String
or Object
.Modifier and Type | Class and Description |
---|---|
static class |
KeyDeserializer.None
This 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
Map key 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.IOException
com.fasterxml.jackson.core.JsonProcessingException
Copyright © 2014-2015 FasterXML. All Rights Reserved.