public class CassandraBlobDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<ByteBuffer>
ByteBuffers in the context of a JSON returned by a CQL query.
This deserializer expects an even-length string starting with 0x representing a byte array (CQL type
blob).
| Constructor and Description |
|---|
CassandraBlobDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic ByteBuffer deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<ByteBuffer>IOExceptionCopyright © 2020–2024 ING Bank. All rights reserved.