com.github.datalking.common.convert.converter.ConverterFactory Maven / Gradle / Ivy
package com.github.datalking.common.convert.converter;
/**
* @author yaoo on 5/10/18
*/
public interface ConverterFactory {
Converter getConverter(Class targetType);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy