Class | Description |
---|---|
DateTimeCodec | |
InstantCodec | |
LocalDateCodec | |
LocalTimeCodec |
TypeCodec
instances useful for
serializing between CQL types and Joda Time types such as DateTime
.
Note that classes in this package require the presence of
Joda Time library at runtime.
If you use Maven, this can be done by declaring the following dependency in your project:
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.9.1</version>
</dependency>
Copyright © 2012–2018. All rights reserved.