Package io.debezium.connector.mysql.jdbc
Class MySqlDefaultValueConverter
java.lang.Object
io.debezium.connector.binlog.jdbc.BinlogDefaultValueConverter
io.debezium.connector.mysql.jdbc.MySqlDefaultValueConverter
- All Implemented Interfaces:
DefaultValueConverter
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
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.debezium.relational.DefaultValueConverter
DefaultValueConverter.DefaultValueMapper -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.debezium.connector.binlog.jdbc.BinlogDefaultValueConverter
convert, parseDefaultValue
-
Constructor Details
-
MySqlDefaultValueConverter
-