See: Description
| Class | Description |
|---|---|
| AbstractCodec<JavaTypeT> |
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. |
| 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. |
| VarintToIntCodec |
Manages the two-way conversion between the CQL type
DataTypes.VARINT and the Java type Integer. |
Copyright © 2020–2024 ING Bank. All rights reserved.