Class AbstractConverter<T>
java.lang.Object
nl.bstoi.poiparser.core.strategy.converter.AbstractConverter<T>
- All Implemented Interfaces:
Converter<T>
- Direct Known Subclasses:
BigDecimalConverter,BooleanConverter,CalendarConverter,DateConverter,IntegerConverter,LongConverter,ShortConverter,StringConverter
Created by hylke on 23/04/15.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CellTypegetCellType(org.apache.poi.ss.usermodel.Cell cell) protected booleanisCellTypeSupported(org.apache.poi.ss.usermodel.Cell cell)
-
Constructor Details
-
AbstractConverter
-
-
Method Details
-
isCellTypeSupported
protected boolean isCellTypeSupported(org.apache.poi.ss.usermodel.Cell cell) -
getCellType
-