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

com.github.xphsc.convert.Converter Maven / Gradle / Ivy

There is a newer version: 1.2.3
Show newest version
package com.github.xphsc.convert;

/**
 * Created by ${huipei.x} on 2017-5-25.
 */
public interface Converter {
    T convert(Object var1, T var2) throws IllegalArgumentException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy