Class MySqlDefaultValueConverter

java.lang.Object
io.debezium.connector.binlog.jdbc.BinlogDefaultValueConverter
io.debezium.connector.mysql.jdbc.MySqlDefaultValueConverter
All Implemented Interfaces:
DefaultValueConverter

@Immutable public class MySqlDefaultValueConverter extends BinlogDefaultValueConverter
This class is used by a DDL parser to convert the string default value to a Java type recognized by value converters for a subset of types. The functionality is kept separate from the main converters to centralize the formatting logic if necessary.
Author:
Jiri Pechanec
  • Constructor Details

    • MySqlDefaultValueConverter

      public MySqlDefaultValueConverter(MySqlValueConverters valueConverter)