public class CheckedSheetReader<T> extends DefaultSheetReader<CheckedData<T>>
config, sheet, startPoint| Constructor and Description |
|---|
CheckedSheetReader(org.apache.poi.ss.usermodel.Sheet sheet,
Config config,
CellPosition startPoint) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
failWhenParse(int row,
int col,
Field field,
ParseException e) |
protected CheckedData<T> |
newInstance(Class classType) |
protected void |
setValue(String str,
Field field,
Object o)
set value into object
|
get, iterator, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic CheckedSheetReader(org.apache.poi.ss.usermodel.Sheet sheet,
Config config,
CellPosition startPoint)
protected void setValue(String str, Field field, Object o) throws ParseException
AbstractSheetReadersetValue in class AbstractSheetReader<CheckedData<T>>ParseExceptionprotected void failWhenParse(int row,
int col,
Field field,
ParseException e)
failWhenParse in class DefaultSheetReader<CheckedData<T>>protected CheckedData<T> newInstance(Class classType)
newInstance in class AbstractSheetReader<CheckedData<T>>Copyright © 2019. All rights reserved.