Uses of Interface
io.debezium.spi.converter.ConvertedField
Packages that use ConvertedField
-
Uses of ConvertedField in io.debezium.spi.converter
Classes in io.debezium.spi.converter with type parameters of type ConvertedFieldModifier and TypeInterfaceDescriptioninterfaceCustomConverter<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.converterModifier and TypeInterfaceDescriptioninterfaceA definition of a converted relational column.