Uses of Class
io.debezium.connector.postgresql.connection.PostgresDefaultValueConverter
Packages that use PostgresDefaultValueConverter
-
Uses of PostgresDefaultValueConverter in io.debezium.connector.postgresql
Methods in io.debezium.connector.postgresql with parameters of type PostgresDefaultValueConverterModifier and TypeMethodDescriptionprivate static TableSchemaBuilderPostgresSchema.getTableSchemaBuilder(PostgresConnectorConfig config, PostgresValueConverter valueConverter, PostgresDefaultValueConverter defaultValueConverter) Constructors in io.debezium.connector.postgresql with parameters of type PostgresDefaultValueConverterModifierConstructorDescriptionprotectedPostgresSchema(PostgresConnectorConfig config, TypeRegistry typeRegistry, PostgresDefaultValueConverter defaultValueConverter, TopicSelector<TableId> topicSelector, PostgresValueConverter valueConverter) Create a schema component given the suppliedPostgres connector configuration. -
Uses of PostgresDefaultValueConverter in io.debezium.connector.postgresql.connection
Fields in io.debezium.connector.postgresql.connection declared as PostgresDefaultValueConverterModifier and TypeFieldDescriptionprivate final PostgresDefaultValueConverterPostgresConnection.defaultValueConverterMethods in io.debezium.connector.postgresql.connection that return PostgresDefaultValueConverter