| Package | Description |
|---|---|
| cn.chenhuanming.octopus.exception | |
| cn.chenhuanming.octopus.formatter | |
| cn.chenhuanming.octopus.reader |
| Modifier and Type | Class and Description |
|---|---|
class |
CanNotBeBlankException |
class |
NotAllowValueException |
class |
PatternNotMatchException |
| Modifier and Type | Method and Description |
|---|---|
T |
Formatter.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} |
T |
AbstractFormatter.parse(String str) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultSheetReader.failWhenParse(int row,
int col,
Field field,
ParseException e) |
protected void |
CheckedSheetReader.failWhenParse(int row,
int col,
Field field,
ParseException e) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CheckedSheetReader.setValue(String str,
Field field,
Object o) |
protected void |
AbstractSheetReader.setValue(String str,
Field field,
Object o)
set value into object
|
Copyright © 2019. All rights reserved.