public abstract class KeyDeserializer
extends java.lang.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 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
Map
key from JSON property name.java.io.IOException
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"