Class ExcelMediaImportTranslator

    • Constructor Detail

      • ExcelMediaImportTranslator

        public ExcelMediaImportTranslator()
    • Method Detail

      • exportData

        public java.util.Optional<java.lang.Object> exportData​(MediaModel objectToExport)
        Description copied from interface: ExcelValueTranslator
        Converts given object to value which should be put into cell of exported excel file.
        Returns:
        value which will be put into cell of exported excel file.