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