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 between CQL types and Joda Time types such as DateTime.TypeCodec instances useful for
serializing JSON structures.TypeCodec that maps
DateTime to CQL tuple<timestamp,varchar>,
providing a pattern for maintaining timezone information in
Cassandra.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[].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.Copyright © 2012–2018. All rights reserved.