See: Description
| Class | Description |
|---|---|
| AbstractCodec<T> |
Provides a minimal implementation for the methods
TypeCodec.parse(String) and
TypeCodec.format(Object). |
| BigintToBigDecimalCodec |
Manages the two-way conversion between the CQL type
DataTypes.BIGINT and the Java type BigDecimal. |
| DecimalToDoubleCodec |
Manages the two-way conversion between the CQL type
DataTypes.DECIMAL and the Java type Double. |
| FloatToDoubleCodec |
Manages the two-way conversion between the CQL type
DataTypes.FLOAT and the Java type Double. |
| IntToLongCodec |
Manages the two-way conversion between the CQL type
DataTypes.INT and the Java type Long. |
| LongToIntCodec |
Manages the two-way conversion between the CQL type
DataTypes.BIGINT and the Java type Integer. |
| SmallintToIntCodec |
Manages the two-way conversion between the CQL type
DataTypes.SMALLINT and the Java type Integer. |
| SqlDateCodec |
Manages the two-way conversion between the CQL type
DataTypes.DATE and the Java type Date. |
| SqlTimeCodec |
Manages the two-way conversion between the CQL type
DataTypes.TIME and the Java type Time. |
| SqlTimestampCodec |
Manages the two-way conversion between the CQL type
DataTypes.TIMESTAMP and the Java type Timestamp. |
| TimestampToLongCodec |
Manages the two-way conversion between the CQL type
DataTypes.TIMESTAMP and the Java type Long. |
| TinyintToIntCodec |
Manages the two-way conversion between the CQL type
DataTypes.TINYINT and the Java type Integer. |
| TinyintToShortCodec |
Manages the two-way conversion between the CQL type
DataTypes.TINYINT and the Java type Short. |
| VarintToIntCodec |
Manages the two-way conversion between the CQL type
DataTypes.VARINT and the Java type Integer. |
Copyright © 2020–2026 ING Bank. All rights reserved.