public class StatusDeserializer
extends com.fasterxml.jackson.databind.JsonDeserializer<T>
| Constructor and Description |
|---|
StatusDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
Status |
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, unwrappingDeserializerpublic Status deserialize(com.fasterxml.jackson.databind.JsonNode rootNode, Configuration configuration)
public 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 © 2020. All rights reserved.