TypeCodecs.TypeCodec instances useful for serializing between CQL lists and Java arrays.TypeCodec instances useful for serializing between CQL temporal types and Java primitive types.TypeCodec instances useful for serializing between CQL types and Java enums.TypeCodec instances useful for serializing between CQL types and Guava-specific Java types.TypeCodec instances useful for serializing between CQL types and Java 8 types, such as the ones
from the java.time API and java.util.Optional.TypeCodec
instances useful for serializing JSON structures.DateTimeCodec for the given tuple, using a default parser and a default
printer to handle the timestamp component of the tuple.DateTimeCodec for the given tuple, using the provided parser and printer to format and print the
timestamp component of the tuple.indexth element of array from input.list<double> to the Java type double[].Enum instances as CQL varchars representing their
programmatic names as returned by Enum.name().Enum instances as CQL ints representing their ordinal
values as returned by Enum.ordinal().list<float> to the Java type float[].indexth element of array to output.list<int> to the Java type int[].javaClass, using a default, newly-allocated
ObjectMapper.javaType, using a default, newly-allocated
ObjectMapper.javaClass, and using the provided ObjectMapper.javaType, and using the provided ObjectMapper.TypeCodec that maps LocalDateTime to CQL timestamp, allowing
the setting and retrieval of timestamp columns as LocalDateTime
instances.list<long> to the Java type long[].TypeCodec that maps a Java Pojo to another Java object that can in turn be
serialized into a CQL type.Optional API.Optional API.indexth element of array from input.TypeCodec that stores JAVA objects as serialized strings.indexth element of array to output.TypeCodec that maps CQL dates to Java primitive ints, representing the number of days
since the Epoch.TypeCodec that maps CQL timestamps to Java primitive longs, representing the number of
milliseconds since the Epoch.TypeCodec that maps ZonedDateTime to CQL tuple<timestamp,varchar>, providing a pattern for maintaining timezone information in Cassandra.ZonedDateTimeCodec for the given tuple and with default formatters for both the timestamp and the zone components.ZonedDateTimeCodec for the given tuple and with the provided formatters for the timestamp and the zone components of the
tuple.Copyright © 2012–2018. All rights reserved.