Interface CsvExportTypeAdapter

All Known Implementing Classes:
BinaryCsvTypeAdapter, DateTimeCsvExportTypeAdapter

public interface CsvExportTypeAdapter
  • Method Summary

    Modifier and Type
    Method
    Description
    returns a representation of a typed value, that can be interpreted by the CsvImporter
  • Method Details

    • getImportableRepresentation

      String getImportableRepresentation(TypedValue<?> value)
      returns a representation of a typed value, that can be interpreted by the CsvImporter