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
public abstract class AbstractConverter<T> extends Object implements Converter<T>
Created by hylke on 23/04/15.
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractConverter(CellType[] supportedCellTypes) -
Method Summary
Modifier and Type Method Description protected 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
-