Uses of Class
io.debezium.connector.mongodb.FieldSelector.Path
-
Packages that use FieldSelector.Path Package Description io.debezium.connector.mongodb -
-
Uses of FieldSelector.Path in io.debezium.connector.mongodb
Subclasses of FieldSelector.Path in io.debezium.connector.mongodb Modifier and Type Class Description private static classFieldSelector.RemovePathprivate static classFieldSelector.RenamePathFields in io.debezium.connector.mongodb with type parameters of type FieldSelector.Path Modifier and Type Field Description private List<FieldSelector.Path>FieldSelector. pathsThe configured exclusion/renaming patterns.Method parameters in io.debezium.connector.mongodb with type arguments of type FieldSelector.Path Modifier and Type Method Description private voidFieldSelector.FieldSelectorBuilder. parse(String value, Function<String,FieldSelector.Path> pathCreator, List<FieldSelector.Path> result)private voidFieldSelector.FieldSelectorBuilder. parse(String value, Function<String,FieldSelector.Path> pathCreator, List<FieldSelector.Path> result)Constructor parameters in io.debezium.connector.mongodb with type arguments of type FieldSelector.Path Constructor Description FieldSelector(List<FieldSelector.Path> paths)
-