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

gu.dtalk.StringTransformer Maven / Gradle / Ivy

There is a newer version: 0.8.2
Show newest version
package gu.dtalk;

public interface StringTransformer {
	String toString(T input) throws TransformException;
	T fromString(String input) throws TransformException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy