Uses of Class
io.debezium.connector.mongodb.FieldSelector
Packages that use FieldSelector
-
Uses of FieldSelector in io.debezium.connector.mongodb
Fields in io.debezium.connector.mongodb declared as FieldSelectorMethods in io.debezium.connector.mongodb that return FieldSelectorModifier and TypeMethodDescriptionFieldSelector.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.private FieldSelectorFilters.createFieldSelector()