public class BaseTableOutputGeneratorProvider extends java.lang.Object implements TableOutputGeneratorProviderHook
| Constructor and Description | 
|---|
| BaseTableOutputGeneratorProvider(<any> table,
                                <any> bean,
                                <any> xlsStream,
                                <any> jxls,
                                <any> xls,
                                <any> html,
                                <any> csv,
                                <any> json,
                                <any> jsonc,
                                <any> metadata,
                                <any> datacount,
                                <any> pdf,
                                <any> streamTable,
                                <any> reportInformation,
                                ConfigService configService) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Collection<TableOutputGenerator> | provideGenerators() | 
public BaseTableOutputGeneratorProvider(<any> table,
                                        <any> bean,
                                        <any> xlsStream,
                                        <any> jxls,
                                        <any> xls,
                                        <any> html,
                                        <any> csv,
                                        <any> json,
                                        <any> jsonc,
                                        <any> metadata,
                                        <any> datacount,
                                        <any> pdf,
                                        <any> streamTable,
                                        <any> reportInformation,
                                        ConfigService configService)
public java.util.Collection<TableOutputGenerator> provideGenerators()
provideGenerators in interface TableOutputGeneratorProviderHookprovideGenerators in interface ReportOutputGeneratorProvider<TableOutputGenerator>