Class GenerateCsvImpl

java.lang.Object
bld.generator.report.csv.impl.GenerateCsvImpl
All Implemented Interfaces:
GenerateCsv

@Component public class GenerateCsvImpl extends Object implements GenerateCsv
  • Constructor Details

    • GenerateCsvImpl

      public GenerateCsvImpl()
  • Method Details

    • generateCsv

      public <T extends CsvRow> byte[] generateCsv(CsvData<T> csvData) throws Exception
      Description copied from interface: GenerateCsv
      Generate csv.
      Specified by:
      generateCsv in interface GenerateCsv
      Type Parameters:
      T - the generic type
      Parameters:
      csvData - the csv sheet
      Returns:
      the byte[]
      Throws:
      Exception - the exception