Package com.helger.photon.exchange.bulkexport
-
Interface Summary Interface Description IExporter Generic interface for exporting records to an OutputStream.IExporterFile A specialized exporter that exports to a file.IExportRecord Represents a single record to be exported.IExportRecordField Represents a single field of anIExportRecordto be exported.IExportRecordProvider The main record provider. -
Class Summary Class Description ConstantExportRecordProvider An implementation ofIExportRecordProviderthat uses a constant list of records.EmptyExportRecordProvider A special implementation ofIExportRecordProviderdelivering an empty set.ExportRecord Default implementation ofIExportRecord.ExportRecordField A single field for exporting. -
Enum Summary Enum Description EExportDataType Base type for export recordsEExportRecordType Defines the possible export record types.