org.gedcomx.rt.json
Class KeyedListDeserializer

java.lang.Object
  extended by org.codehaus.jackson.map.JsonDeserializer<List<? extends HasJsonKey>>
      extended by org.gedcomx.rt.json.KeyedListDeserializer

public class KeyedListDeserializer
extends org.codehaus.jackson.map.JsonDeserializer<List<? extends HasJsonKey>>

Author:
Ryan Heaton

Nested Class Summary
 
Nested classes/interfaces inherited from class org.codehaus.jackson.map.JsonDeserializer
org.codehaus.jackson.map.JsonDeserializer.None
 
Constructor Summary
KeyedListDeserializer(Class<?> itemType)
           
 
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
 

Constructor Detail

KeyedListDeserializer

public KeyedListDeserializer(Class<?> itemType)
Method Detail

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.