Package io.debezium.connector.mysql.util
Class MySqlValueConvertersFactory
java.lang.Object
io.debezium.connector.mysql.util.MySqlValueConvertersFactory
- All Implemented Interfaces:
BinlogValueConvertersFactory<io.debezium.connector.mysql.jdbc.MySqlValueConverters>
public class MySqlValueConvertersFactory
extends Object
implements BinlogValueConvertersFactory<io.debezium.connector.mysql.jdbc.MySqlValueConverters>
Implementation of
BinlogValueConvertersFactory for MySQL.- Author:
- Chris Cranford
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.debezium.connector.mysql.jdbc.MySqlValueConverterscreate(Configuration configuration, TemporalAdjuster temporalAdjuster) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.debezium.connector.binlog.util.BinlogValueConvertersFactory
create, create
-
Constructor Details
-
MySqlValueConvertersFactory
public MySqlValueConvertersFactory()
-
-
Method Details
-
create
public io.debezium.connector.mysql.jdbc.MySqlValueConverters create(Configuration configuration, TemporalAdjuster temporalAdjuster) - Specified by:
createin interfaceBinlogValueConvertersFactory<io.debezium.connector.mysql.jdbc.MySqlValueConverters>
-