org.gedcomx.rt.json
Class KeyedListDeserializer
java.lang.Object
org.codehaus.jackson.map.JsonDeserializer<List<? extends HasJsonKey>>
org.gedcomx.rt.json.KeyedListDeserializer
public class KeyedListDeserializer
- extends org.codehaus.jackson.map.JsonDeserializer<List<? extends HasJsonKey>>
- Author:
- Ryan Heaton
| Nested classes/interfaces inherited from class org.codehaus.jackson.map.JsonDeserializer |
org.codehaus.jackson.map.JsonDeserializer.None |
|
Method Summary |
List<? extends HasJsonKey> |
deserialize(org.codehaus.jackson.JsonParser jp,
org.codehaus.jackson.map.DeserializationContext ctxt)
|
| Methods inherited from class org.codehaus.jackson.map.JsonDeserializer |
deserialize, deserializeWithType, getNullValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyedListDeserializer
public KeyedListDeserializer(Class<?> itemType)
deserialize
public List<? extends HasJsonKey> deserialize(org.codehaus.jackson.JsonParser jp,
org.codehaus.jackson.map.DeserializationContext ctxt)
throws IOException,
org.codehaus.jackson.JsonProcessingException
- Specified by:
deserialize in class org.codehaus.jackson.map.JsonDeserializer<List<? extends HasJsonKey>>
- Throws:
IOException
org.codehaus.jackson.JsonProcessingException
Copyright © 2016. All rights reserved.