public abstract class AbstractFormatter<T> extends Object implements Formatter<T>
| Constructor and Description |
|---|
AbstractFormatter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
T |
parse(String str)
Read String type data from excel and get T when importing
If data is not valid,then throw ParseException.It will catch in return value of @{#
CheckedSheetReader} |
abstract T |
parseImpl(String str) |
public T parse(String str) throws ParseException
FormatterCheckedSheetReader}parse in interface Formatter<T>str - string value from excelParseException - when failed or is invalid dataCheckedSheetReader,
CheckedDataCopyright © 2019. All rights reserved.