@Deprecated public class MultiSheetRowWrapper<T> extends RowWrapper<T>
autoHeader, current, currentRow, headerIndex, headerMapping| 构造器和说明 |
|---|
MultiSheetRowWrapper()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
MultiSheetRowWrapper<T> |
allInOneInstance()
已过时。
|
MultiSheetRowWrapper<T> |
ignoreHeader()
已过时。
|
protected boolean |
isWrapComplete(T instance,
Cell cell)
已过时。
|
protected T |
newInstance()
已过时。
|
MultiSheetRowWrapper<T> |
newInstanceEachSheet()
已过时。
|
static <T> MultiSheetRowWrapper<T> |
of(java.util.function.Supplier<? extends T> supplier)
已过时。
|
MultiSheetRowWrapper<T> |
sheet(int index,
reactor.function.Consumer3<T,InSheetCell,InSheetCell> cellCellConsumer3)
已过时。
|
MultiSheetRowWrapper<T> |
sheet(String sheetName,
reactor.function.Consumer3<T,InSheetCell,InSheetCell> cellCellConsumer3)
已过时。
|
protected T |
wrap(T instance,
Cell _header,
Cell _dataCell)
已过时。
|
apply, convertclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic static <T> MultiSheetRowWrapper<T> of(java.util.function.Supplier<? extends T> supplier)
public MultiSheetRowWrapper<T> sheet(int index, reactor.function.Consumer3<T,InSheetCell,InSheetCell> cellCellConsumer3)
public MultiSheetRowWrapper<T> sheet(String sheetName, reactor.function.Consumer3<T,InSheetCell,InSheetCell> cellCellConsumer3)
public MultiSheetRowWrapper<T> newInstanceEachSheet()
public MultiSheetRowWrapper<T> allInOneInstance()
public MultiSheetRowWrapper<T> ignoreHeader()
protected boolean isWrapComplete(T instance, Cell cell)
isWrapComplete 在类中 RowWrapper<T>protected T newInstance()
newInstance 在类中 RowWrapper<T>Copyright © 2020–2022. All rights reserved.