KeyDeserializer.None, StdKeyDeserializerpublic abstract class KeyDeserializer extends 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 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
Map key from JSON property name.IOExceptionCopyright © 2008–2018. All rights reserved.