
com.wichell.framework.text.DataFormatter Maven / Gradle / Ivy
The newest version!
package com.wichell.framework.text;
import java.util.Map;
@SuppressWarnings("rawtypes")
public interface DataFormatter {
public T transformation(String str, Map context);
public String transformation(T str, Map context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy