public abstract class LogicalTypeDeserializer extends TypeDeserializer
| Constructor and Description |
|---|
LogicalTypeDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
formatDeserializedValue(org.apache.cassandra.db.marshal.AbstractType<?> abstractType,
Object value)
Format deserialized value from Cassandra to an object that fits it's kafka Schema.
|
deserialize, getSchemaBuilderpublic abstract Object formatDeserializedValue(org.apache.cassandra.db.marshal.AbstractType<?> abstractType, Object value)
abstractType - the AbstractType of a column in cassandravalue - the deserialized value of a column in cassandraCopyright © 2021 JBoss by Red Hat. All rights reserved.