public class CassandraDateTimeDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<OffsetDateTime>
OffsetDateTimes in the context of a JSON returned by a CQL query.
This deserializer expects a string using the format yyyy-MM-dd HH:mm:ss.SSSZ representing value with CQL
type timestamp.
| Constructor and Description |
|---|
CassandraDateTimeDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
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 OffsetDateTime deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<OffsetDateTime>IOExceptionCopyright © 2020–2024 ING Bank. All rights reserved.