Class BinaryCsvTypeAdapter
java.lang.Object
ch.tocco.nice2.reporting.impl.dynamic.csv.BinaryCsvTypeAdapter
- All Implemented Interfaces:
CsvExportTypeAdapter
exports binaries as just their hash in csv exports
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetImportableRepresentation
(TypedValue<?> value) returns a representation of a typed value, that can be interpreted by the CsvImporter
-
Constructor Details
-
BinaryCsvTypeAdapter
-
-
Method Details
-
getImportableRepresentation
Description copied from interface:CsvExportTypeAdapter
returns a representation of a typed value, that can be interpreted by the CsvImporter- Specified by:
getImportableRepresentation
in interfaceCsvExportTypeAdapter
-