@Deprecated public class ReaderOperator<T> extends Object
| 构造器和说明 |
|---|
ReaderOperator(ExcelReader reader,
Class<T> targetType)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
ReaderOperator<T> |
converter(java.util.function.Function<Map<String,Object>,T> converter)
已过时。
|
ReaderOperator<T> |
header(String header,
String key)
已过时。
|
ReaderOperator<T> |
headerRowIs(int headerRowNumber)
已过时。
|
ReaderOperator<T> |
headers(Class<T> type)
已过时。
|
ReaderOperator<T> |
option(ExcelOption option)
已过时。
|
ReaderOperator<T> |
options(ExcelOption... options)
已过时。
|
reactor.core.publisher.Flux<T> |
read(InputStream inputStream)
已过时。
|
public ReaderOperator(ExcelReader reader, Class<T> targetType)
public ReaderOperator<T> headerRowIs(int headerRowNumber)
public ReaderOperator<T> header(String header, String key)
public ReaderOperator<T> headers(Class<T> type)
public ReaderOperator<T> converter(java.util.function.Function<Map<String,Object>,T> converter)
public ReaderOperator<T> options(ExcelOption... options)
public ReaderOperator<T> option(ExcelOption option)
public reactor.core.publisher.Flux<T> read(InputStream inputStream)
Copyright © 2020–2022. All rights reserved.