devutility.internal.data.converter.Converter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of devutility.internal Show documentation
Show all versions of devutility.internal Show documentation
Utilities for Java development
package devutility.internal.data.converter;
/**
*
* Converter.
*
* @author: Aldwin Su
*/
public interface Converter {
T convert(S value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy