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

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