Uses of Class
io.debezium.relational.mapping.ColumnMappers
Packages that use ColumnMappers
-
Uses of ColumnMappers in io.debezium.relational
Fields in io.debezium.relational declared as ColumnMappersModifier and TypeFieldDescriptionprivate final ColumnMappersRelationalDatabaseSchema.columnMappersMethods in io.debezium.relational with parameters of type ColumnMappersModifier and TypeMethodDescriptionprotected ValueConverter[]TableSchemaBuilder.convertersForColumns(org.apache.kafka.connect.data.Schema schema, TableId tableId, List<Column> columns, ColumnMappers mappers) Obtain the array of converters for each column in a row.TableSchemaBuilder.create(String schemaPrefix, String envelopSchemaName, Table table, Tables.ColumnNameFilter filter, ColumnMappers mappers, Key.KeyMapper keysMapper) Create aTableSchemafrom the giventable definition.protected StructGeneratorTableSchemaBuilder.createValueGenerator(org.apache.kafka.connect.data.Schema schema, TableId tableId, List<Column> columns, Tables.ColumnNameFilter filter, ColumnMappers mappers) Creates the function that produces a Kafka Connect value object for a row of data.private ValueConverterTableSchemaBuilder.wrapInMappingConverterIfNeeded(ColumnMappers mappers, TableId tableId, Column column, ValueConverter converter) -
Uses of ColumnMappers in io.debezium.relational.mapping
Methods in io.debezium.relational.mapping that return ColumnMappersModifier and TypeMethodDescriptionColumnMappers.Builder.build()static ColumnMappersColumnMappers.create(RelationalDatabaseConnectorConfig connectorConfig) Builds a newColumnMappersinstance based on the given configuration.