| 程序包 | 说明 |
|---|---|
| top.lshaci.framework.excel.entity | |
| top.lshaci.framework.excel.service | |
| top.lshaci.framework.excel.service.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
static ExportTitleParam |
ExportTitleParam.indexTitle(ExportSheetParam sheetParam)
根据Sheet参数创建序号列信息
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
ExportTitleParam.compareTo(ExportTitleParam exportTitleParam) |
| 限定符和类型 | 方法和说明 |
|---|---|
default java.util.function.Predicate<ExportTitleParam> |
ExportService.columnFilter()
获取列标题过滤器
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected ExportTitleParam |
DefaultExportService.collectionTitleParam
集合列信息, 用于获取集合字段数据
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<ExportTitleParam> |
DefaultExportService.contentParams
用于生成内容的参数
|
protected List<ExportTitleParam> |
DefaultExportService.titleParams
用于生成列标题的参数
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected List<ExportTitleParam> |
DefaultExportService.fetchTitleParams(Class<?> cls)
根据实体类型获取需要导出的列参数集合
|
protected List<ExportTitleParam> |
DefaultExportService.getCollections(Class<?> cls)
获取集合字段中需要导出的列参数集合
|
protected List<ExportTitleParam> |
DefaultExportService.getEntities(Class<?> cls)
获取内嵌实体中需要导出的列参数集合
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
DefaultExportService.getFields(Class<?> cls,
Map<String,ExportTitleParam> titleParamMap)
获取字段上定义的需要导出的列信息
|
protected void |
DefaultExportService.getMethods(Class<?> cls,
Map<String,ExportTitleParam> titleParamMap)
获取公共方法上定义的需要导出的列信息
|
Copyright © 2019. All rights reserved.