| Package | Description |
|---|---|
| com.datastax.driver.extras.codecs |
This package and its subpackages contain several convenience
TypeCodecs. |
| com.datastax.driver.extras.codecs.arrays |
This package contains a collection of convenience
TypeCodec instances useful for
serializing between CQL lists and Java arrays. |
| com.datastax.driver.extras.codecs.date |
This package contains a collection of convenience
TypeCodec instances useful for
serializing between CQL temporal types and Java primitive types. |
| 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.guava |
This package contains a collection of convenience
TypeCodec instances useful for
serializing between CQL types and Guava-specific Java types. |
| 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. |
| com.datastax.driver.extras.codecs.joda |
This package contains a collection of convenience
TypeCodec instances useful for
serializing between CQL types and Joda Time types such as DateTime. |
| com.datastax.driver.extras.codecs.json |
This package contains a collection of convenience
TypeCodec instances useful for
serializing JSON structures. |
Copyright © 2012–2018. All rights reserved.