All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.wz2cool.canal.utils.converter.IValuePlaceholderConverter Maven / Gradle / Ivy

The newest version!
package com.github.wz2cool.canal.utils.converter;

import com.github.wz2cool.canal.utils.model.MysqlDataType;
import com.github.wz2cool.canal.utils.model.ValuePlaceholder;

public interface IValuePlaceholderConverter {
    ValuePlaceholder convert(final MysqlDataType mysqlDataType, final String value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy