public class TypedErrorInfoDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<TypedErrorInfo>
TypedErrorInfo objects.| Constructor and Description |
|---|
TypedErrorInfoDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
TypedErrorInfo |
deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
deserialize, deserializeWithType, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic TypedErrorInfo deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<TypedErrorInfo>IOExceptioncom.fasterxml.jackson.core.JsonProcessingException/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/