| Interface | Description |
|---|---|
| PrimitiveBooleanCodec |
A specialized boolean codec that knows how to deal with primitive types.
|
| PrimitiveByteCodec |
A specialized byte codec that knows how to deal with primitive types.
|
| PrimitiveDoubleCodec |
A specialized double codec that knows how to deal with primitive types.
|
| PrimitiveFloatCodec |
A specialized float codec that knows how to deal with primitive types.
|
| PrimitiveIntCodec |
A specialized integer codec that knows how to deal with primitive types.
|
| PrimitiveLongCodec |
A specialized long codec that knows how to deal with primitive types.
|
| PrimitiveShortCodec |
A specialized short codec that knows how to deal with primitive types.
|
| TypeCodec<JavaTypeT> |
Manages the two-way conversion between a CQL type and a Java type.
|
| Class | Description |
|---|---|
| TypeCodecs |
Constants and factory methods to obtain type codec instances.
|
| Exception | Description |
|---|---|
| CodecNotFoundException |
Thrown when a suitable
TypeCodec cannot be found by the CodecRegistry. |
Copyright © 2017–2020. All rights reserved.