@Deprecated public abstract class RowWrapper<T> extends Object implements java.util.function.Function<Cell,reactor.core.publisher.Mono<T>>
| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
autoHeader
已过时。
|
protected T |
current
已过时。
|
protected long |
currentRow
已过时。
|
protected int |
headerIndex
已过时。
|
protected Map<Integer,Cell> |
headerMapping
已过时。
|
| 构造器和说明 |
|---|
RowWrapper()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
reactor.core.publisher.Mono<T> |
apply(Cell cell)
已过时。
|
reactor.core.publisher.Flux<T> |
convert(reactor.core.publisher.Flux<? extends Cell> source)
已过时。
|
protected boolean |
isWrapComplete(T instance,
Cell cell)
已过时。
|
protected abstract T |
newInstance()
已过时。
|
protected abstract T |
wrap(T instance,
Cell header,
Cell dataCell)
已过时。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identityprotected T current
protected boolean autoHeader
protected int headerIndex
protected volatile long currentRow
Copyright © 2020–2022. All rights reserved.