public class ByteArrayDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<Byte[]>
| Constructor and Description |
|---|
ByteArrayDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
Byte[] |
deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext context) |
deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic Byte[] deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext context) throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<Byte[]>IOExceptionCopyright © 2023. All rights reserved.