Uses of Interface
com.helger.photon.exchange.bulkexport.IExporter
-
Packages that use IExporter Package Description com.helger.photon.exchange com.helger.photon.exchange.bulkexport com.helger.photon.exchange.bulkexport.format -
-
Uses of IExporter in com.helger.photon.exchange
Methods in com.helger.photon.exchange that return IExporter Modifier and Type Method Description abstract IExporterEExchangeFileType. createExporter() -
Uses of IExporter in com.helger.photon.exchange.bulkexport
Subinterfaces of IExporter in com.helger.photon.exchange.bulkexport Modifier and Type Interface Description interfaceIExporterFileA specialized exporter that exports to a file. -
Uses of IExporter in com.helger.photon.exchange.bulkexport.format
Classes in com.helger.photon.exchange.bulkexport.format that implement IExporter Modifier and Type Class Description classExporterCSVImplementation ofIExporterFilefor CSV files.classExporterExcelExport records to Excel workbook.classExporterJSONImplementation ofIExporterFilefor JSON filesclassExporterXMLImplementation ofIExporterFilefor XML files
-