Uses of Class
io.debezium.operator.api.model.Predicate
Packages that use Predicate
-
Uses of Predicate in io.debezium.operator.api.model
Fields in io.debezium.operator.api.model with type parameters of type PredicateModifier and TypeFieldDescriptionDebeziumServerSpec.predicatesDebeziumServerSpecFluent.predicatesMethods in io.debezium.operator.api.model that return PredicateMethods in io.debezium.operator.api.model that return types with arguments of type PredicateModifier and TypeMethodDescriptionDebeziumServerSpec.getPredicates()DebeziumServerSpecFluent.getPredicates()Methods in io.debezium.operator.api.model with parameters of type PredicateModifier and TypeMethodDescriptionDebeziumServerSpecFluent.addToPredicates(String key, Predicate value) protected voidPredicateFluent.copyInstance(Predicate instance) Method parameters in io.debezium.operator.api.model with type arguments of type PredicateModifier and TypeMethodDescriptionDebeziumServerSpecFluent.addToPredicates(Map<String, Predicate> map) DebeziumServerSpecFluent.removeFromPredicates(Map<String, Predicate> map) voidDebeziumServerSpec.setPredicates(Map<String, Predicate> predicates) <K,V> A DebeziumServerSpecFluent.withPredicates(Map<String, Predicate> predicates) Constructors in io.debezium.operator.api.model with parameters of type PredicateModifierConstructorDescriptionPredicateBuilder(Predicate instance) PredicateBuilder(PredicateFluent<?> fluent, Predicate instance) PredicateFluent(Predicate instance)