Package | Description |
---|---|
com.datastax.driver.extras.codecs.enums |
This package contains a collection of convenience
TypeCodec instances useful for serializing between CQL types and Java enums. |
com.datastax.driver.extras.codecs.jdk8 |
This package contains a collection of convenience
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 . |
Class and Description |
---|
ParsingCodec
An abstract
TypeCodec that stores JAVA objects as serialized strings. |
Class and Description |
---|
MappingCodec
An abstract
TypeCodec that maps a Java Pojo to another Java object that can in turn be
serialized into a CQL type. |
Copyright © 2012–2023. All rights reserved.