Class CustomConverterRegistry.ConverterDefinition<S>

java.lang.Object
io.debezium.relational.CustomConverterRegistry.ConverterDefinition<S>
Type Parameters:
S - schema describing the output type, usually SchemaBuilder
Enclosing class:
CustomConverterRegistry

public class CustomConverterRegistry.ConverterDefinition<S> extends Object
Class binding together the schema of the conversion result and the converter code.