public class CustomEncodingDeserializer<T>
extends com.fasterxml.jackson.databind.JsonDeserializer<T>
CustomEncodingAvroAnnotationIntrospector| Constructor and Description | 
|---|
| CustomEncodingDeserializer(org.apache.avro.reflect.CustomEncoding<T> encoding) | 
| Modifier and Type | Method and Description | 
|---|---|
| T | deserialize(com.fasterxml.jackson.core.JsonParser p,
           com.fasterxml.jackson.databind.DeserializationContext ctxt) | 
| T | deserialize(com.fasterxml.jackson.core.JsonParser p,
           com.fasterxml.jackson.databind.DeserializationContext ctxt,
           T intoValue) | 
deserializeWithType, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic CustomEncodingDeserializer(org.apache.avro.reflect.CustomEncoding<T> encoding)
public T deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<T>IOExceptionpublic T deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt, T intoValue) throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<T>IOExceptionCopyright © 2019 FasterXML. All rights reserved.