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 Details

    • AbstractConverter

      protected AbstractConverter​(CellType[] supportedCellTypes)
  • Method Details

    • isCellTypeSupported

      protected boolean isCellTypeSupported​(org.apache.poi.ss.usermodel.Cell cell)
    • getCellType

      protected CellType getCellType​(org.apache.poi.ss.usermodel.Cell cell)