public class JsonNodeToLocalDateCodec extends JsonNodeToTemporalCodec<LocalDate>
internalCodec, javaType| Constructor and Description |
|---|
JsonNodeToLocalDateCodec(TemporalFormat parser,
ZoneId timeZone,
List<String> nullStrings) |
| Modifier and Type | Method and Description |
|---|---|
LocalDate |
externalToInternal(JsonNode node)
Converts the external representation of a value (i.e., the value, as produced by a connector)
to its internal representation (i.e., the Java type that matches the target CQL type).
|
internalToExternalisNull, isNullOrEmptydecode, encode, format, getCqlType, getInternalCodec, getInternalJavaType, getJavaType, parsepublic JsonNodeToLocalDateCodec(TemporalFormat parser, ZoneId timeZone, List<String> nullStrings)
public LocalDate externalToInternal(JsonNode node)
ConvertingCodecexternalToInternal in class ConvertingCodec<JsonNode,LocalDate>node - the value's external form.Copyright © 2017–2021 DataStax. All rights reserved.