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

com.github.nagyesta.lowkeyvault.template.HandlebarsTemplateProcessor Maven / Gradle / Ivy

There is a newer version: 2.5.81
Show newest version
package com.github.nagyesta.lowkeyvault.template;

import java.io.IOException;

/**
 * Interface for processing Handlebars templates.
 *
 * @param  The context object.
 */
public interface HandlebarsTemplateProcessor {

    String processTemplate(String templateAsString, T context) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy