public class KeyedListDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<List<? extends HasJsonKey>>
| Constructor and Description |
|---|
KeyedListDeserializer(Class<?> itemType) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends HasJsonKey> |
deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializerpublic KeyedListDeserializer(Class<?> itemType)
public List<? extends HasJsonKey> deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<List<? extends HasJsonKey>>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2017. All rights reserved.