public class PairFromArray
extends com.fasterxml.jackson.databind.JsonDeserializer<net.emaze.dysfunctional.tuples.Pair<?,?>>
| Constructor and Description |
|---|
PairFromArray(com.fasterxml.jackson.databind.JavaType firstType,
com.fasterxml.jackson.databind.JavaType secondType) |
| Modifier and Type | Method and Description |
|---|---|
net.emaze.dysfunctional.tuples.Pair<?,?> |
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 PairFromArray(com.fasterxml.jackson.databind.JavaType firstType,
com.fasterxml.jackson.databind.JavaType secondType)
public net.emaze.dysfunctional.tuples.Pair<?,?> 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<net.emaze.dysfunctional.tuples.Pair<?,?>>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2016. All rights reserved.