![JAR search and dependency download from the Maven repository](/logo.png)
com.app55.converter.IConverter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of app55-java Show documentation
Show all versions of app55-java Show documentation
App55 client library for the Java platform.
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