public class OutputsDeserializer
extends com.fasterxml.jackson.databind.JsonDeserializer<T>
| Constructor and Description |
|---|
OutputsDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
protected Output[] |
deserialize(com.fasterxml.jackson.databind.JsonNode rootNode,
Configuration configuration) |
T |
deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context) |
deserialize, deserializeWithType, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializerprotected Output[] deserialize(com.fasterxml.jackson.databind.JsonNode rootNode, Configuration configuration) throws IOException
IOExceptionpublic T deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context)
throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<T>IOExceptionCopyright © 2019. All rights reserved.