Uses of Interface
io.debezium.spi.converter.ConvertedField
-
Packages that use ConvertedField Package Description io.debezium.spi.converter -
-
Uses of ConvertedField in io.debezium.spi.converter
Classes in io.debezium.spi.converter with type parameters of type ConvertedField Modifier and Type Interface Description interfaceCustomConverter<S,F extends ConvertedField>An interface that allows the user to customize how a value will be converted for a given field.Subinterfaces of ConvertedField in io.debezium.spi.converter Modifier and Type Interface Description interfaceRelationalColumnA definition of a converted relational column.
-