|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.jackson.map.KeyDeserializer
public abstract class KeyDeserializer
Abstract class that defines API used for deserializing Json content
field names into Java Map keys. These deserializers are only used
if the Map key class is not String or Object.
| Constructor Summary | |
|---|---|
KeyDeserializer()
|
|
| Method Summary | |
|---|---|
abstract java.lang.Object |
deserializeKey(java.lang.String key,
DeserializationContext ctxt)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyDeserializer()
| Method Detail |
|---|
public abstract java.lang.Object deserializeKey(java.lang.String key,
DeserializationContext ctxt)
throws java.io.IOException,
JsonProcessingException
java.io.IOException
JsonProcessingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||