All Known Implementing Classes:
CsvComplexProperty, CsvEntityExpand, CsvEntityProperty

public interface CsvEntityEntry
A class for gathering data from an Entity into a CSV file.
Author:
scf
  • Method Details

    • writeHeader

      void writeHeader(CsvRowCollector collector)
      Collect data for the CSV header row.
      Parameters:
      collector - The collector to collect the data in.
    • writeData

      void writeData(CsvRowCollector collector, Entity source)
      Collect data for CSV data rows.
      Parameters:
      collector - The collector to collect the data in.
      source - The source entity to collect the data from.