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

io.swagger.codegen.v3.templates.TemplateEngine Maven / Gradle / Ivy

There is a newer version: 3.0.66
Show newest version
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