Class AnnotatedReadPoiParser<T>
- java.lang.Object
-
- nl.bstoi.poiparser.core.strategy.AbstractReadPoiParser
-
- nl.bstoi.poiparser.core.strategy.annotation.AnnotatedReadPoiParser<T>
-
- All Implemented Interfaces:
ReadPoiParser<T>
public class AnnotatedReadPoiParser<T> extends AbstractReadPoiParser implements ReadPoiParser<T>
User: Hylke Stapersma E-mail:[ hylke.stapersma@gmail.com] Date: 23-06-13 Time: 18:11
-
-
Constructor Summary
Constructors Constructor Description AnnotatedReadPoiParser(java.util.Set<CellDescriptor> cellDescriptors, org.apache.poi.ss.usermodel.Sheet sheet, java.lang.Class<T> clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<T>read()java.util.List<T>read(int startRow)java.util.List<T>read(int startRow, int endRow)-
Methods inherited from class nl.bstoi.poiparser.core.strategy.AbstractReadPoiParser
getCellDescriptors, getSheet, ignoreRow, isEmptyRow, isEmptyValue, readField, readRow, readSheet, readSheet, setIgnoreFirstRow
-
-
-
-
Constructor Detail
-
AnnotatedReadPoiParser
public AnnotatedReadPoiParser(java.util.Set<CellDescriptor> cellDescriptors, org.apache.poi.ss.usermodel.Sheet sheet, java.lang.Class<T> clazz)
-
-
Method Detail
-
read
public java.util.List<T> read() throws PoiParserException
- Specified by:
readin interfaceReadPoiParser<T>- Throws:
PoiParserException
-
read
public java.util.List<T> read(int startRow) throws PoiParserException
- Specified by:
readin interfaceReadPoiParser<T>- Throws:
PoiParserException
-
read
public java.util.List<T> read(int startRow, int endRow) throws PoiParserException
- Specified by:
readin interfaceReadPoiParser<T>- Throws:
PoiParserException
-
-