Uses of Interface
io.debezium.spi.converter.CustomConverter.Converter
-
Packages that use CustomConverter.Converter Package Description io.debezium.spi.converter -
-
Uses of CustomConverter.Converter in io.debezium.spi.converter
Methods in io.debezium.spi.converter with parameters of type CustomConverter.Converter Modifier and Type Method Description voidCustomConverter.ConverterRegistration. register(S fieldSchema, CustomConverter.Converter converter)Registers the given schema and converter for the current field.
-