org.unidal.formatter.Formatter Maven / Gradle / Ivy
package org.unidal.formatter;
public interface Formatter {
public String format(String format, T object) throws FormatterException;
public T parse(String format, String text) throws FormatterException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy