![JAR search and dependency download from the Maven repository](/logo.png)
com.youthlin.mvc.support.converter.Converter Maven / Gradle / Ivy
package com.youthlin.mvc.support.converter;
/**
* 创建: youthlin.chen
* 时间: 2017-11-17 23:09
*/
public interface Converter {
T convert(String from);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy