public abstract class JsonNodeToTemporalCodec<T extends TemporalAccessor> extends JsonNodeConvertingCodec<T>
internalCodec, javaType| Modifier and Type | Method and Description |
|---|---|
JsonNode |
internalToExternal(T value)
Converts the internal representation of a value (i.e., the Java type that matches the target
CQL type) to its external representation (i.e., the value, as consumed by a connector).
|
isNull, isNullOrEmptydecode, encode, externalToInternal, format, getCqlType, getInternalCodec, getInternalJavaType, getJavaType, parsepublic JsonNode internalToExternal(T value)
ConvertingCodecinternalToExternal in class ConvertingCodec<JsonNode,T extends TemporalAccessor>value - the value's internal form.Copyright © 2017–2021 DataStax. All rights reserved.