Uses of Interface
io.debezium.relational.StructGenerator
Packages that use StructGenerator
-
Uses of StructGenerator in io.debezium.relational
Fields in io.debezium.relational declared as StructGeneratorModifier and TypeFieldDescriptionprivate final StructGeneratorTableSchema.keyGeneratorprivate final StructGeneratorTableSchema.valueGeneratorMethods in io.debezium.relational that return StructGeneratorModifier and TypeMethodDescriptionprotected StructGeneratorTableSchemaBuilder.createKeyGenerator(org.apache.kafka.connect.data.Schema schema, TableId columnSetName, List<Column> columns, TopicNamingStrategy topicNamingStrategy) Creates the function that produces a Kafka Connect key object for a row of data.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.Constructors in io.debezium.relational with parameters of type StructGeneratorModifierConstructorDescriptionTableSchema(TableId id, org.apache.kafka.connect.data.Schema keySchema, StructGenerator keyGenerator, Envelope envelopeSchema, org.apache.kafka.connect.data.Schema valueSchema, StructGenerator valueGenerator) Create an instance with the specifiedSchemas for the keys and values, and the functions that generate the key and value for a given row of data.