public class MapRowExpander extends Object implements java.util.function.BiFunction<Long,Map<String,Object>,reactor.core.publisher.Flux<WritableCell>>
| 构造器和说明 |
|---|
MapRowExpander() |
MapRowExpander(int sheetIndex) |
| 限定符和类型 | 方法和说明 |
|---|---|
reactor.core.publisher.Flux<WritableCell> |
apply(Long rowIndex,
Map<String,Object> val) |
protected Object |
getValue(String key,
Map<String,Object> map) |
MapRowExpander |
header(ExcelHeader header) |
MapRowExpander |
header(String key,
String header) |
MapRowExpander |
header(String key,
String header,
CellDataType type) |
MapRowExpander |
headers(Collection<ExcelHeader> headers) |
reactor.core.publisher.Flux<WritableCell> |
headers(long rowIndex) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic MapRowExpander header(String key, String header, CellDataType type)
public MapRowExpander header(String key, String header)
public MapRowExpander header(ExcelHeader header)
public MapRowExpander headers(Collection<ExcelHeader> headers)
public reactor.core.publisher.Flux<WritableCell> headers(long rowIndex)
public reactor.core.publisher.Flux<WritableCell> apply(Long rowIndex, Map<String,Object> val)
apply 在接口中 java.util.function.BiFunction<Long,Map<String,Object>,reactor.core.publisher.Flux<WritableCell>>Copyright © 2020–2022. All rights reserved.