Interface Generator
- All Known Implementing Classes:
 AbstractOfficeGenerator,ChartGenerator,CsvGenerator,DocxGenerator,HtmlGenerator,TableGenerator,XlsxGenerator
public interface Generator
- 
Method Summary
 
- 
Method Details
- 
generate
byte[] generate(ReportData reportData) throws TemplateGenerationException, freemarker.template.TemplateException, IOException - Throws:
 TemplateGenerationExceptionfreemarker.template.TemplateExceptionIOException
 
 -