public class SliceDeserializer
extends com.fasterxml.jackson.databind.JsonDeserializer<io.airlift.slice.Slice>
| Constructor and Description |
|---|
SliceDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
io.airlift.slice.Slice |
deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic io.airlift.slice.Slice deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext)
throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<io.airlift.slice.Slice>IOExceptionCopyright © 2012–2019. All rights reserved.