Uses of Class
io.debezium.connector.mongodb.FieldSelector
-
Packages that use FieldSelector Package Description io.debezium.connector.mongodb -
-
Uses of FieldSelector in io.debezium.connector.mongodb
Fields in io.debezium.connector.mongodb declared as FieldSelector Modifier and Type Field Description private FieldSelectorFilters. fieldSelectorMethods in io.debezium.connector.mongodb that return FieldSelector Modifier and Type Method Description FieldSelectorFieldSelector.FieldSelectorBuilder. build()Builds the filter selector that returns the field filter for a given collection identifier, using the comma-separated list of fully-qualified field names (for details, seeMongoDbConnectorConfig.FIELD_EXCLUDE_LIST) defining which fields (if any) should be excluded, and using the comma-separated list of fully-qualified field replacements (for details, seeMongoDbConnectorConfig.FIELD_RENAMES) defining which fields (if any) should be renamed.
-