| Package | Description |
|---|---|
| io.debezium.connector.mongodb |
| Modifier and Type | Field and Description |
|---|---|
private FieldSelector |
Filters.fieldSelector |
| Modifier and Type | Method and Description |
|---|---|
FieldSelector |
FieldSelector.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, see
MongoDbConnectorConfig.FIELD_BLACKLIST) defining
which fields (if any) should be excluded, and using the comma-separated list of fully-qualified field replacements
(for details, see MongoDbConnectorConfig.FIELD_RENAMES) defining which fields (if any) should be
renamed. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.