Package io.debezium.spi.converter
-
Interface Summary Interface Description ConvertedField An the base interface for a converted field that provides naming characteristics.CustomConverter<S,F extends ConvertedField> An interface that allows the user to customize how a value will be converted for a given field.CustomConverter.Converter A conversion converting data from one type to another.CustomConverter.ConverterRegistration<S> Callback for registering a converter.RelationalColumn A definition of a converted relational column.