public abstract class KeyDeserializer extends Object
String or Object.| 限定符和类型 | 类和说明 |
|---|---|
static class |
KeyDeserializer.None
This marker class is only to be used with annotations, to
indicate that no deserializer is configured.
|
| 构造器和说明 |
|---|
KeyDeserializer() |
public abstract Object deserializeKey(String key, DeserializationContext ctxt) throws IOException, JsonProcessingException
Map key from JSON property name.