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