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 java.lang.Object implements Converter<T>
Created by hylke on 23/04/15.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractConverter(CellType[] supportedCellTypes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CellTypegetCellType(org.apache.poi.ss.usermodel.Cell cell)protected booleanisCellTypeSupported(org.apache.poi.ss.usermodel.Cell cell)
-