Package | Description |
---|---|
com.datastax.driver.extras.codecs.arrays |
This package contains a collection of convenience
TypeCodec instances useful for serializing between CQL lists and Java arrays. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPrimitiveArrayCodec<T>
Base class for all codecs dealing with Java primitive arrays.
|
class |
DoubleArrayCodec
A codec that maps the CQL type
list<double> to the Java type double[] . |
class |
FloatArrayCodec
A codec that maps the CQL type
list<float> to the Java type float[] . |
class |
IntArrayCodec
A codec that maps the CQL type
list<int> to the Java type int[] . |
class |
LongArrayCodec
A codec that maps the CQL type
list<long> to the Java type long[] . |
class |
ObjectArrayCodec<E>
Codec dealing with Java object arrays.
|
Copyright © 2012–2020. All rights reserved.