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