io.swagger.codegen.v3.templates.TemplateEngine Maven / Gradle / Ivy
package io.swagger.codegen.v3.templates;
import java.io.IOException;
import java.util.Map;
public interface TemplateEngine {
String getRendered(String templateFile, Map templateData) throws IOException;
String getName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy