public class CustomEncodingDeserializer<T>
extends com.fasterxml.jackson.databind.JsonDeserializer<T>
CustomEncoding
AvroAnnotationIntrospector
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, unwrappingDeserializer
public 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>
IOException
public 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>
IOException
Copyright © 2020 FasterXML. All rights reserved.