Package io.debezium.connector.cassandra.transforms
package io.debezium.connector.cassandra.transforms
-
ClassesClassDescriptionThis class ONLY tests the
CassandraTypeDeserializer.deserialize(AbstractType, ByteBuffer)method because theCassandraTypeDeserializer.deserialize(DataType, ByteBuffer)calls converts the DataType (which is already tested inCassandraTypeConverterTestclass) and then delegates to the AbstractType method.