![JAR search and dependency download from the Maven repository](/logo.png)
org.devocative.demeter.iservice.template.IStringTemplate Maven / Gradle / Ivy
The newest version!
package org.devocative.demeter.iservice.template;
import java.util.Map;
public interface IStringTemplate {
String GROOVY_DELEGATE_KEY = "DELEGATE";
IStringTemplate setConvertValuesToString(boolean convertValuesToString);
Object process(Map params);
W unwrap();
IStringTemplate registerToStringConverter(Class cls, IToStringConverter converter);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy