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

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