JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Uses of Package
com.datastax.driver.extras.codecs.jdk8
Packages that use
com.datastax.driver.extras.codecs.jdk8
Package
Description
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
Optional
.
Classes in
com.datastax.driver.extras.codecs.jdk8
used by
com.datastax.driver.extras.codecs.jdk8
Class and Description
InstantCodec
TypeCodec
that maps
Instant
to CQL
timestamp
allowing the setting and retrieval of
timestamp
columns as
Instant
instances.
LocalDateCodec
TypeCodec
that maps
LocalDate
to CQL
date
.
LocalTimeCodec
TypeCodec
that maps
LocalTime
to CQL
time
(long representing nanoseconds since midnight).
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes