Class StringCellValue
- java.lang.Object
-
- com.hybris.backoffice.excel.template.cell.StringCellValue
-
- All Implemented Interfaces:
org.springframework.core.Ordered
public class StringCellValue extends java.lang.ObjectAllows to retrieve cell value of String type
-
-
Constructor Summary
Constructors Constructor Description StringCellValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanHandle(org.apache.poi.ss.usermodel.CellType cellType)intgetOrder()java.util.Optional<java.lang.String>getValue(org.apache.poi.ss.usermodel.Cell cell)
-
-
-
Method Detail
-
getValue
public java.util.Optional<java.lang.String> getValue(@Nullable org.apache.poi.ss.usermodel.Cell cell)
-
canHandle
public boolean canHandle(org.apache.poi.ss.usermodel.CellType cellType)
-
getOrder
public int getOrder()
- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
-