Uses of Interface
io.debezium.spi.converter.CustomConverter.ConverterRegistration
-
Packages that use CustomConverter.ConverterRegistration Package Description io.debezium.spi.converter -
-
Uses of CustomConverter.ConverterRegistration in io.debezium.spi.converter
Methods in io.debezium.spi.converter with parameters of type CustomConverter.ConverterRegistration Modifier and Type Method Description voidCustomConverter. converterFor(F field, CustomConverter.ConverterRegistration<S> registration)Allows to register a custom value and schema converter for a given field-
-