Class Format

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

public class Format extends Object implements ConfigMappable
  • Field Details

    • key

      @JsonPropertyDescription("Message key format configuration.") private FormatType key
    • value

      @JsonPropertyDescription("Message value format configuration.") private FormatType value
  • Constructor Details

    • Format

      public Format()
  • Method Details