Class PropertyDescriptor

java.lang.Object
io.debezium.kcrestextension.entities.PropertyDescriptor

public class PropertyDescriptor extends Object
JSON model that describes a property of a Single Message Transform (SMT).
  • Field Details

    • title

      public String title
    • name

      public String name
    • description

      public String description
    • type

      public String type
    • allowedValues

      public List<String> allowedValues
    • format

      public String format
    • defaultValue

      public String defaultValue
  • Constructor Details

    • PropertyDescriptor

      public PropertyDescriptor(String className, org.apache.kafka.common.config.ConfigDef.ConfigKey configKey)
  • Method Details