Class TextAttributeExportConverter
java.lang.Object
org.qubership.atp.dataset.service.direct.importexport.converters.TextAttributeExportConverter
- All Implemented Interfaces:
AttributeExportConverter
@Component
public class TextAttributeExportConverter
extends Object
implements AttributeExportConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmapAttributeToRow(org.apache.poi.xssf.streaming.SXSSFRow row, Set<UUID> datasetIds, UiManAttribute attribute) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.qubership.atp.dataset.service.direct.importexport.converters.AttributeExportConverter
mapAttributeToRow
-
Constructor Details
-
TextAttributeExportConverter
public TextAttributeExportConverter()
-
-
Method Details
-
mapAttributeToRow
public void mapAttributeToRow(org.apache.poi.xssf.streaming.SXSSFRow row, Set<UUID> datasetIds, UiManAttribute attribute) - Specified by:
mapAttributeToRowin interfaceAttributeExportConverter
-