Class ListTypeConverter
- java.lang.Object
-
- io.debezium.connector.cassandra.transforms.type.converter.ListTypeConverter
-
- All Implemented Interfaces:
TypeConverter<org.apache.cassandra.db.marshal.ListType<?>>
public class ListTypeConverter extends Object implements TypeConverter<org.apache.cassandra.db.marshal.ListType<?>>
-
-
Constructor Summary
Constructors Constructor Description ListTypeConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.cassandra.db.marshal.ListTypeconvert(com.datastax.driver.core.DataType dataType)
-
-
-
Method Detail
-
convert
public org.apache.cassandra.db.marshal.ListType convert(com.datastax.driver.core.DataType dataType)
- Specified by:
convertin interfaceTypeConverter<org.apache.cassandra.db.marshal.ListType<?>>
-
-