Class CollectionTypeDeserializer<T extends org.apache.cassandra.db.marshal.CollectionType<?>>
- java.lang.Object
-
- io.debezium.connector.cassandra.transforms.type.deserializer.CollectionTypeDeserializer<T>
-
- All Implemented Interfaces:
TypeDeserializer
- Direct Known Subclasses:
ListTypeDeserializer,MapTypeDeserializer,SetTypeDeserializer
public abstract class CollectionTypeDeserializer<T extends org.apache.cassandra.db.marshal.CollectionType<?>> extends Object implements TypeDeserializer
-
-
Constructor Summary
Constructors Constructor Description CollectionTypeDeserializer()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Objectdeserialize(T collectionType, org.apache.cassandra.db.rows.ComplexColumnData ccd)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.debezium.connector.cassandra.transforms.type.deserializer.TypeDeserializer
deserialize, getSchemaBuilder
-
-