public class SimpleBlockReaderImpl extends BaseBlockReader implements SimpleBlockReader
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
SimpleBlockReaderImpl() |
SimpleBlockReaderImpl(int startRow,
int endRow) |
SimpleBlockReaderImpl(int startRow,
int endRow,
List<BeanCellMapping> beanCellMappings) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMapping(BeanCellMapping mapping) |
SectionCheck |
getLoopBreakCondition() |
List |
getMappings() |
XLSReadStatus |
read(XLSRowCursor cursor,
Map beans) |
void |
setConvertUtilsBeanProvider(ConvertUtilsBeanProvider provider) |
void |
setLoopBreakCondition(SectionCheck sectionCheck) |
getEndRow, getReadStatus, getStartRow, setEndRow, setReadStatus, setStartRowclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEndRow, getStartRow, setEndRow, setStartRowpublic SimpleBlockReaderImpl()
public SimpleBlockReaderImpl(int startRow,
int endRow,
List<BeanCellMapping> beanCellMappings)
public SimpleBlockReaderImpl(int startRow,
int endRow)
public void setConvertUtilsBeanProvider(ConvertUtilsBeanProvider provider)
setConvertUtilsBeanProvider in interface XLSBlockReaderpublic XLSReadStatus read(XLSRowCursor cursor, Map beans)
read in interface XLSBlockReaderpublic SectionCheck getLoopBreakCondition()
public void setLoopBreakCondition(SectionCheck sectionCheck)
public void addMapping(BeanCellMapping mapping)
addMapping in interface SimpleBlockReaderpublic List getMappings()
getMappings in interface SimpleBlockReaderCopyright © 2018. All rights reserved.