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

com.app55.converter.IConverter Maven / Gradle / Ivy

The newest version!
package com.app55.converter;

interface IConverter
{
	boolean canConvert(Object o);

	String convert(Object o);

	 T convert(String s, Class type);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy