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

play.templates.SafeFormatter Maven / Gradle / Ivy

package play.templates;

/**
 * Supported type for formatting. This interface is used to implement custom formatters for templates.
 */
public interface SafeFormatter {
    String format(Template template, Object value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy