public class StringToLocalTimeCodec extends StringToTemporalCodec<LocalTime>
internalCodec, javaType| Constructor and Description |
|---|
StringToLocalTimeCodec(TemporalFormat parser,
ZoneId timeZone,
List<String> nullStrings) |
| Modifier and Type | Method and Description |
|---|---|
LocalTime |
externalToInternal(String s)
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, isNullOrEmpty, nullStringdecode, encode, format, getCqlType, getInternalCodec, getInternalJavaType, getJavaType, parsepublic StringToLocalTimeCodec(TemporalFormat parser, ZoneId timeZone, List<String> nullStrings)
public LocalTime externalToInternal(String s)
ConvertingCodecexternalToInternal in class ConvertingCodec<String,LocalTime>s - the value's external form.Copyright © 2017–2021 DataStax. All rights reserved.