public interface ExcelValueConverter<TYPE>
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(ExcelAttribute excelAttribute,
ImportParameters importParameters)
Indicates whether converter is able to converts given excel attribute
|
TYPE |
convert(ExcelAttribute excelAttribute,
ImportParameters importParameters)
Converts string value into correct object representation
|
boolean canConvert(ExcelAttribute excelAttribute, ImportParameters importParameters)
importParameters - ImportParameters list of parsed import parametersexcelAttribute - ExcelAttribute representation of currently processed attributeTYPE convert(ExcelAttribute excelAttribute, ImportParameters importParameters)
importParameters - ImportParameters list of parsed import parametersexcelAttribute - ExcelAttribute representation of currently processed attributeCopyright © 2018 SAP SE. All Rights Reserved.