public final class SheetUnmarshaller extends Object
| Modifier and Type | Field and Description |
|---|---|
protected PoijiOptions |
options |
| Modifier and Type | Method and Description |
|---|---|
<T> Optional<String> |
getSheetName(Class<T> type,
PoijiOptions options) |
<T> void |
unmarshal(Class<T> type,
Consumer<? super T> consumer) |
protected org.apache.poi.ss.usermodel.Workbook |
workbook() |
protected final PoijiOptions options
public <T> void unmarshal(Class<T> type, Consumer<? super T> consumer)
unmarshal in interface Unmarshallerpublic <T> Optional<String> getSheetName(Class<T> type, PoijiOptions options)
protected org.apache.poi.ss.usermodel.Workbook workbook()
Copyright © 2017–2020. All rights reserved.