Class FormatType

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

public class FormatType extends Object implements ConfigMappable
  • Field Details

    • type

      @JsonPropertyDescription("Format type recognised by Debezium Server.") private String type
    • config

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

    • FormatType

      public FormatType()
  • Method Details