KeyDeserializer.None
, StdKeyDeserializer
public abstract class KeyDeserializer
extends java.lang.Object
String
or Object
.Modifier and Type | Class | Description |
---|---|---|
static class |
KeyDeserializer.None |
This marker class is only to be used with annotations, to
indicate that no deserializer is configured.
|
Constructor | Description |
---|---|
KeyDeserializer() |
Modifier and Type | Method | Description |
---|---|---|
abstract java.lang.Object |
deserializeKey(java.lang.String key,
DeserializationContext ctxt) |
Method called to deserialize a
Map key from JSON property name. |
public abstract java.lang.Object deserializeKey(java.lang.String key, DeserializationContext ctxt) throws java.io.IOException, JsonProcessingException
Map
key from JSON property name.java.io.IOException
JsonProcessingException