Class Predicate

java.lang.Object
io.debezium.operator.api.model.Predicate
All Implemented Interfaces:
ConfigMappable

public class Predicate extends Object implements ConfigMappable
  • Field Details

    • type

      @JsonPropertyDescription("Fully qualified name of Java class implementing the predicate.") private String type
    • config

      @JsonPropertyDescription("Predicate configuration properties.") private ConfigProperties config
  • Constructor Details

    • Predicate

      public Predicate()
  • Method Details