Package io.swagger.codegen.v3.templates
Interface TemplateEngine
- 
- All Known Implementing Classes:
 HandlebarTemplateEngine,MustacheTemplateEngine
public interface TemplateEngine 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()StringgetRendered(String templateFile, Map<String,Object> templateData) 
 - 
 
- 
- 
Method Detail
- 
getRendered
String getRendered(String templateFile, Map<String,Object> templateData) throws IOException
- Throws:
 IOException
 
- 
getName
String getName()
 
 - 
 
 -