索引
All Classes and Interfaces|常量字段值|所有程序包|序列化表格
A
- accessKeyId - 类中的变量 com.diboot.file.config.FileProperties.OSS.Aliyun
- accessKeySecret - 类中的变量 com.diboot.file.config.FileProperties.OSS.Aliyun
- accessUrl - 类中的变量 com.diboot.file.entity.FileRecord
-
访问地址
- addComment(String, String) - 类中的方法 com.diboot.file.excel.BaseExcelModel
-
添加批注
- addErrorMsg(String) - 类中的方法 com.diboot.file.excel.listener.DynamicHeadExcelListener
-
添加错误信息
- addExceptionMsg(String) - 类中的方法 com.diboot.file.excel.listener.ReadExcelListener
-
添加异常信息
- addInvalidValue(String, String) - 类中的方法 com.diboot.file.excel.BaseExcelModel
-
添加无效值
- additionalValidate(List<Map<Integer, String>>, Map<String, Object>) - 类中的方法 com.diboot.file.excel.listener.DynamicHeadExcelListener
-
自定义数据检验方式
- additionalValidate(List<T>, Map<String, Object>) - 类中的方法 com.diboot.file.excel.listener.ReadExcelListener
-
自定义数据检验方式
- addValidateError(String) - 类中的方法 com.diboot.file.excel.BaseExcelModel
-
已过时。
- addWatermark(String, String) - 类中的静态方法 com.diboot.file.util.ImageThumbnailHelper
-
给图片添加水印
- afterCellCreate(CellWriteHandlerContext) - 类中的方法 com.diboot.file.excel.write.CommentWriteHandler
-
头部批注处理
- afterCellDispose(CellWriteHandlerContext) - 类中的方法 com.diboot.file.excel.write.ColorWriteHandler
-
设置单元格颜色
- afterCellDispose(CellWriteHandlerContext) - 类中的方法 com.diboot.file.excel.write.CommentWriteHandler
-
数据批注处理
- afterCellDispose(CellWriteHandlerContext) - 类中的方法 com.diboot.file.excel.write.MergeWriteHandler
-
记录合并列与表头行数
- afterSheetCreate(SheetWriteHandlerContext) - 类中的方法 com.diboot.file.excel.write.FreezePaneWriteHandler
- afterSheetCreate(SheetWriteHandlerContext) - 类中的方法 com.diboot.file.excel.write.LockedWriteHandler
-
设置密码
- afterSheetDispose(WriteSheetHolder) - 类中的方法 com.diboot.file.excel.write.MergeWriteHandler
-
对比单元格内容进行合并
- afterWorkbookDispose(WriteWorkbookHolder) - 类中的方法 com.diboot.file.excel.write.MergeWriteHandler
-
数据填充完之后进行内容扫描合并
- aliyun - 类中的变量 com.diboot.file.config.FileProperties.OSS
- Aliyun() - 类的构造器 com.diboot.file.config.FileProperties.OSS.Aliyun
- AliyunOssFileStorageServiceImpl - com.diboot.file.service.impl中的类
-
阿里云OSS
- AliyunOssFileStorageServiceImpl() - 类的构造器 com.diboot.file.service.impl.AliyunOssFileStorageServiceImpl
- appModule - 类中的变量 com.diboot.file.entity.FileRecord
-
应用模块
- asyncHandle(List<T>) - 类中的方法 com.diboot.file.excel.listener.PageReadExcelListener
-
异步处理数据,提高效率
B
- backgroundColor() - annotation interface 中的元素 com.diboot.file.excel.annotation.ExcelColor
-
背景颜色
- BASE_64_FLAG - 类中的静态变量 com.diboot.file.util.ImageHelper
- BaseExcelFileController - com.diboot.file.controller中的类
-
Excel导入基类Controller
- BaseExcelFileController() - 类的构造器 com.diboot.file.controller.BaseExcelFileController
- BaseExcelModel - com.diboot.file.excel中的类
-
excel数据导入导出实体基类
- BaseExcelModel() - 类的构造器 com.diboot.file.excel.BaseExcelModel
- BATCH_COUNT - 类中的静态变量 com.diboot.file.excel.listener.PageReadExcelListener
- beforeCellCreate(CellWriteHandlerContext) - 类中的方法 com.diboot.file.excel.write.OptionWriteHandler
-
设置单元格下拉框选项
- bucketName - 类中的变量 com.diboot.file.config.FileProperties.OSS.Aliyun
- buildAccessUrl(String, String) - 接口中的方法 com.diboot.file.service.FileStorageService
-
构建访问地址
- buildComment(Drawing<?>, int, int, String) - 类中的方法 com.diboot.file.excel.write.CommentWriteHandler
-
构建批注
- buildTableHeads(Map<Integer, List<String>>, Map<Integer, String>) - 类中的静态方法 com.diboot.file.util.ExcelHelper
-
构建 Excel 表头映射
- buildTrustManagers() - 类中的静态方法 com.diboot.file.util.HttpHelper
-
构建TrustManager
- buildWriteSheet(String, Class<T>, Collection<String>, BiConsumer<CommentWriteHandler, WriteSheet>, WriteHandler...) - 类中的静态方法 com.diboot.file.util.ExcelHelper
-
构建WriteSheet
C
- cachedData(T) - 类中的方法 com.diboot.file.excel.listener.FixedHeadExcelListener
- cachedData(T) - 类中的方法 com.diboot.file.excel.listener.PageReadExcelListener
- cachedData(T) - 类中的方法 com.diboot.file.excel.listener.ReadExcelListener
-
缓存数据
- cachedDataList - 类中的变量 com.diboot.file.excel.listener.PageReadExcelListener
-
缓存数据列表
- callGet(String, Map<String, String>) - 类中的静态方法 com.diboot.file.util.HttpHelper
-
调用Http Get请求
- callPost(String, Map<String, String>) - 类中的静态方法 com.diboot.file.util.HttpHelper
-
调用Http Post请求
- callPostResponse(String, Map<String, String>) - 类中的静态方法 com.diboot.file.util.HttpHelper
-
调用Http Post请求
- checkIsExcel(MultipartFile) - 类中的方法 com.diboot.file.controller.BaseExcelFileController
-
检查是否为合法的excel文件
- children - 类中的变量 com.diboot.file.excel.TableHead
- ColorWriteHandler - com.diboot.file.excel.write中的类
-
Excel写入 单元格颜色 Handler
- ColorWriteHandler() - 类的构造器 com.diboot.file.excel.write.ColorWriteHandler
- colSplit - 类中的变量 com.diboot.file.excel.write.FreezePaneWriteHandler
-
拆分的水平位置
- columnIndexSet - 类中的变量 com.diboot.file.excel.write.MergeWriteHandler
- com.diboot.file.config - 程序包 com.diboot.file.config
- com.diboot.file.controller - 程序包 com.diboot.file.controller
- com.diboot.file.dto - 程序包 com.diboot.file.dto
- com.diboot.file.entity - 程序包 com.diboot.file.entity
- com.diboot.file.excel - 程序包 com.diboot.file.excel
- com.diboot.file.excel.annotation - 程序包 com.diboot.file.excel.annotation
- com.diboot.file.excel.cache - 程序包 com.diboot.file.excel.cache
- com.diboot.file.excel.listener - 程序包 com.diboot.file.excel.listener
- com.diboot.file.excel.write - 程序包 com.diboot.file.excel.write
- com.diboot.file.init - 程序包 com.diboot.file.init
- com.diboot.file.mapper - 程序包 com.diboot.file.mapper
- com.diboot.file.service - 程序包 com.diboot.file.service
- com.diboot.file.service.impl - 程序包 com.diboot.file.service.impl
- com.diboot.file.util - 程序包 com.diboot.file.util
- com.diboot.file.vo - 程序包 com.diboot.file.vo
- com.diboot.starter - 程序包 com.diboot.starter
- comment - 类中的变量 com.diboot.file.excel.BaseExcelModel
-
批注
- commentWriteHandler - 类中的变量 com.diboot.file.excel.listener.ReadExcelListener
- CommentWriteHandler - com.diboot.file.excel.write中的类
-
批注写入处理器
- CommentWriteHandler() - 类的构造器 com.diboot.file.excel.write.CommentWriteHandler
- CommentWriteHandler(List<? extends BaseExcelModel>) - 类的构造器 com.diboot.file.excel.write.CommentWriteHandler
- completableFuture - 类中的变量 com.diboot.file.excel.listener.PageReadExcelListener
- Cons - com.diboot.file.config中的类
-
文件组件相关常量定义
- Cons() - 类的构造器 com.diboot.file.config.Cons
- Cons.FILE_STATUS - com.diboot.file.config中的Enum Class
- convertBase64ToImage(String, String) - 类中的静态方法 com.diboot.file.util.ImageHelper
-
将Base64转换为图片
- convertLabelValueListToMap(List<LabelValue>) - 类中的静态方法 com.diboot.file.excel.cache.ExcelBindAnnoHandler
-
转换列表为map
- convertToNameValueMap(Annotation, List<String>) - 类中的静态方法 com.diboot.file.excel.cache.ExcelBindAnnoHandler
-
转换为name-value map
- createBy - 类中的变量 com.diboot.file.entity.FileRecord
-
创建人
- createByName - 类中的变量 com.diboot.file.vo.FileRecordVO
-
创建人姓名
- createTimeBegin - 类中的变量 com.diboot.file.dto.FileRecordDTO
-
创建时间-起始
- createTimeEnd - 类中的变量 com.diboot.file.dto.FileRecordDTO
-
创建时间-截止
D
- DANGER_FILE_SUFFIX - 类中的静态变量 com.diboot.file.util.FileHelper
-
file验证
- DATA_IMAGE_FLAG - 类中的静态变量 com.diboot.file.util.ImageHelper
- dataList - 类中的变量 com.diboot.file.excel.listener.DynamicHeadExcelListener
- dataList - 类中的变量 com.diboot.file.excel.listener.FixedHeadExcelListener
-
解析后的数据实体list
- dataList - 类中的变量 com.diboot.file.excel.write.CommentWriteHandler
-
数据集;用于获取数据批注
- DEFAULT_CONTEXT_TYPE - 类中的静态变量 com.diboot.file.util.HttpHelper
-
默认contextType
- delete(String) - 接口中的方法 com.diboot.file.service.FileStorageService
-
删除文件
- delete(String) - 类中的方法 com.diboot.file.service.impl.AliyunOssFileStorageServiceImpl
- delete(String) - 类中的方法 com.diboot.file.service.impl.LocalFileStorageServiceImpl
- deleteFile(String) - 类中的静态方法 com.diboot.file.util.FileHelper
-
删除文件
- description - 类中的变量 com.diboot.file.entity.FileRecord
-
备注
- destroy() - 类中的方法 com.diboot.file.service.impl.AliyunOssFileStorageServiceImpl
- dict() - annotation interface 中的元素 com.diboot.file.excel.annotation.ExcelOption
-
关联字典类型
- doAfterAllAnalysed(AnalysisContext) - 类中的方法 com.diboot.file.excel.listener.DynamicHeadExcelListener
- doAfterAllAnalysed(AnalysisContext) - 类中的方法 com.diboot.file.excel.listener.FixedHeadExcelListener
-
所有数据解析成功后的操作
- doAfterAllAnalysed(AnalysisContext) - 类中的方法 com.diboot.file.excel.listener.PageReadExcelListener
- download(FileRecord, HttpServletResponse) - 接口中的方法 com.diboot.file.service.FileStorageService
-
获取文件
- download(FileRecord, HttpServletResponse) - 类中的方法 com.diboot.file.service.impl.AliyunOssFileStorageServiceImpl
- download(FileRecord, HttpServletResponse) - 类中的方法 com.diboot.file.service.impl.LocalFileStorageServiceImpl
- downloadFile(InputStream, long, String, HttpServletResponse) - 类中的静态方法 com.diboot.file.util.HttpHelper
- downloadHttpFile(String, String) - 类中的静态方法 com.diboot.file.util.HttpHelper
-
HTTP下载文件
- downloadLocalFile(File, String, HttpServletResponse) - 类中的静态方法 com.diboot.file.util.HttpHelper
-
根据文件对象下载服务器文件
- downloadLocalFile(String, String, HttpServletResponse) - 类中的静态方法 com.diboot.file.util.HttpHelper
-
根据文件路径下载服务器本地文件
- duplicate() - annotation interface 中的元素 com.diboot.file.excel.annotation.ExcelBindField
-
重复策略
- DuplicateStrategy - com.diboot.file.excel.annotation中的Enum Class
-
字段绑定策略
- DuplicateStrategy() - enum class的构造器 com.diboot.file.excel.annotation.DuplicateStrategy
- DynamicHeadExcelListener - com.diboot.file.excel.listener中的类
-
非固定表头的excel数据读取listener
- DynamicHeadExcelListener() - 类的构造器 com.diboot.file.excel.listener.DynamicHeadExcelListener
E
- empty() - annotation interface 中的元素 com.diboot.file.excel.annotation.ExcelBindField
-
空值策略
- EmptyStrategy - com.diboot.file.excel.annotation中的Enum Class
-
空值的处理策略
- EmptyStrategy() - enum class的构造器 com.diboot.file.excel.annotation.EmptyStrategy
- endpoint - 类中的变量 com.diboot.file.config.FileProperties.OSS.Aliyun
- entity() - annotation interface 中的元素 com.diboot.file.excel.annotation.ExcelBindField
-
绑定的Entity类
- equalsValue(Cell, Cell) - 类中的方法 com.diboot.file.excel.write.MergeWriteHandler
-
单元格值是否一样
- errorCount - 类中的变量 com.diboot.file.excel.listener.DynamicHeadExcelListener
- errorCount - 类中的变量 com.diboot.file.excel.listener.ReadExcelListener
- errorData(List<T>) - 类中的方法 com.diboot.file.excel.listener.FixedHeadExcelListener
-
异常数据拦截(兼容老版本)
- errorData(List<T>) - 类中的方法 com.diboot.file.excel.listener.ReadExcelListener
-
错误数据处理
- errorDataFilePath - 类中的变量 com.diboot.file.excel.listener.ReadExcelListener
-
保存错误数据
- errorMsgs - 类中的变量 com.diboot.file.excel.listener.DynamicHeadExcelListener
-
错误信息
- errorMsgs - 类中的变量 com.diboot.file.excel.listener.ReadExcelListener
-
错误信息
- errorStyle() - annotation interface 中的元素 com.diboot.file.excel.annotation.ExcelOption
-
错误框样式
- EXCEL_SUFFIX - 类中的静态变量 com.diboot.file.util.FileHelper
-
excel格式
- ExcelBindAnnoHandler - com.diboot.file.excel.cache中的类
-
绑定注解的辅助类
- ExcelBindAnnoHandler() - 类的构造器 com.diboot.file.excel.cache.ExcelBindAnnoHandler
- ExcelBindDict - com.diboot.file.excel.annotation中的Annotation Interface
-
excel字典绑定
- ExcelBindField - com.diboot.file.excel.annotation中的Annotation Interface
-
绑定字段 (1-1)
- ExcelColor - com.diboot.file.excel.annotation中的Annotation Interface
-
Excel 颜色
- ExcelColor.List - com.diboot.file.excel.annotation中的Annotation Interface
-
在同一个字段上支持多个
ExcelColor,由上到下依次填充 - ExcelComment - com.diboot.file.excel.annotation中的Annotation Interface
-
Excel 列头批注
- ExcelHelper - com.diboot.file.util中的类
-
excel数据导入导出工具类
- ExcelHelper() - 类的构造器 com.diboot.file.util.ExcelHelper
- ExcelMerge - com.diboot.file.excel.annotation中的Annotation Interface
-
Excel 合并,纵向合并相同内容的单元格
- ExcelOption - com.diboot.file.excel.annotation中的Annotation Interface
-
Excel 单元格验证 (单元格下拉选项)
- excelPreview(MultipartFile, Map<String, Object>) - 类中的方法 com.diboot.file.controller.BaseExcelFileController
-
excel数据预览
- excelPreviewSave(Map<String, Object>) - 类中的方法 com.diboot.file.controller.BaseExcelFileController
-
预览后提交保存
- excelWriter - 类中的变量 com.diboot.file.excel.listener.ReadExcelListener
- exceptionMsgs - 类中的变量 com.diboot.file.excel.listener.ReadExcelListener
-
异常信息
- executeBindField(ExcelBindField, List<String>) - 类中的静态方法 com.diboot.file.excel.cache.ExcelBindAnnoHandler
-
执行绑定
- executeCall(Call, String) - 类中的静态方法 com.diboot.file.util.HttpHelper
-
执行调用 返回结果
- expiration - 类中的变量 com.diboot.file.config.FileProperties.OSS.Aliyun
- exportExcel(HttpServletResponse, String, Class<T>, Collection<String>, Supplier<List<T>>, WriteHandler...) - 类中的静态方法 com.diboot.file.util.ExcelHelper
-
web 导出excel
- exportExcel(HttpServletResponse, String, Class<T>, Collection<String>, List<T>, WriteHandler...) - 类中的静态方法 com.diboot.file.util.ExcelHelper
-
web 导出excel
- exportExcel(HttpServletResponse, String, Class<T>, List<T>, WriteHandler...) - 类中的静态方法 com.diboot.file.util.ExcelHelper
-
web 导出excel
- exportExcel(HttpServletResponse, String, Consumer<ExcelWriter>) - 类中的静态方法 com.diboot.file.util.ExcelHelper
-
web 导出excel 自定义Sheet写入
- EXT_CONTENT_TYPE_MAP - 类中的静态变量 com.diboot.file.util.HttpHelper
-
文件扩展名-ContentType的对应关系
F
- F - enum class 中的枚举常量 com.diboot.file.config.Cons.FILE_STATUS
- field() - annotation interface 中的元素 com.diboot.file.excel.annotation.ExcelBindField
-
绑定字段
- field2InvalidValueMap - 类中的变量 com.diboot.file.excel.BaseExcelModel
-
无效值
- fieldHeadMap - 类中的变量 com.diboot.file.excel.listener.ReadExcelListener
-
字段名-列名的映射
- fieldNameMap - 类中的变量 com.diboot.file.excel.listener.DynamicHeadExcelListener
-
属性名映射
- fieldNameMap - 类中的变量 com.diboot.file.excel.listener.ReadExcelListener
-
属性名映射
- FILE_PATH_SEPARATOR - 类中的静态变量 com.diboot.file.config.Cons
-
文件路径分隔符
- FILE_STATUS() - enum class的构造器 com.diboot.file.config.Cons.FILE_STATUS
- FILE_STORAGE_DIRECTORY - 类中的静态变量 com.diboot.file.util.FileHelper
-
文件存储路径参数名
- FileAutoConfig - com.diboot.starter中的类
-
组件初始化
- FileAutoConfig() - 类的构造器 com.diboot.starter.FileAutoConfig
- FileHelper - com.diboot.file.util中的类
-
文件操作辅助类
- FileHelper() - 类的构造器 com.diboot.file.util.FileHelper
- fileName - 类中的变量 com.diboot.file.entity.FileRecord
-
文件名称
- FilePluginInitializer - com.diboot.file.init中的类
-
组件初始化
- FilePluginInitializer() - 类的构造器 com.diboot.file.init.FilePluginInitializer
- fileProperties - 类中的变量 com.diboot.file.service.impl.AliyunOssFileStorageServiceImpl
- FileProperties - com.diboot.file.config中的类
- FileProperties() - 类的构造器 com.diboot.file.config.FileProperties
- FileProperties.OSS - com.diboot.file.config中的类
- FileProperties.OSS.Aliyun - com.diboot.file.config中的类
- FileRecord - com.diboot.file.entity中的类
-
文件记录 Entity定义
- FileRecord() - 类的构造器 com.diboot.file.entity.FileRecord
- FileRecord(String) - 类的构造器 com.diboot.file.entity.FileRecord
- FileRecordDTO - com.diboot.file.dto中的类
-
文件记录 DTO
- FileRecordDTO() - 类的构造器 com.diboot.file.dto.FileRecordDTO
- FileRecordMapper - com.diboot.file.mapper中的接口
-
文件记录 Mapper
- fileRecordService - 类中的变量 com.diboot.file.controller.BaseExcelFileController
- FileRecordService - com.diboot.file.service中的接口
-
文件记录 Service
- FileRecordServiceImpl - com.diboot.file.service.impl中的类
-
文件记录 Service 实现
- FileRecordServiceImpl() - 类的构造器 com.diboot.file.service.impl.FileRecordServiceImpl
- FileRecordVO - com.diboot.file.vo中的类
-
文件记录 VO
- FileRecordVO() - 类的构造器 com.diboot.file.vo.FileRecordVO
- fileSize - 类中的变量 com.diboot.file.entity.FileRecord
-
文件大小(Byte)
- fileStorageDirectory - 类中的静态变量 com.diboot.file.util.FileHelper
-
文件和图片的后台存储路径
- fileStorageService - 类中的变量 com.diboot.file.controller.BaseExcelFileController
- fileStorageService() - 类中的方法 com.diboot.starter.FileAutoConfig
-
默认使用本地存储
- FileStorageService - com.diboot.file.service中的接口
-
文件操作接口
- fileType - 类中的变量 com.diboot.file.entity.FileRecord
-
文件类型
- fillColor(WriteCellData<?>, ExcelColor) - 类中的方法 com.diboot.file.excel.write.ColorWriteHandler
-
填充颜色
- finish() - 类中的方法 com.diboot.file.excel.listener.ReadExcelListener
-
完成
- FIRST - enum class 中的枚举常量 com.diboot.file.excel.annotation.DuplicateStrategy
-
获取第一个
- FixedHeadExcelListener<T extends BaseExcelModel> - com.diboot.file.excel.listener中的类
-
excel数据导入导出listener基类
- FixedHeadExcelListener() - 类的构造器 com.diboot.file.excel.listener.FixedHeadExcelListener
- fontColor() - annotation interface 中的元素 com.diboot.file.excel.annotation.ExcelColor
-
字体颜色
- formatFileSize(Long) - 类中的静态方法 com.diboot.file.util.FileHelper
-
格式化文件大小
- FreezePaneWriteHandler - com.diboot.file.excel.write中的类
-
Excel 冻结窗口
- FreezePaneWriteHandler() - 类的构造器 com.diboot.file.excel.write.FreezePaneWriteHandler
-
动态冻结表头
- FreezePaneWriteHandler(int, int) - 类的构造器 com.diboot.file.excel.write.FreezePaneWriteHandler
-
创建拆分(freezepane)。
- FreezePaneWriteHandler(int, int, int, int) - 类的构造器 com.diboot.file.excel.write.FreezePaneWriteHandler
G
- generateThumbnail(String, int, int) - 类中的静态方法 com.diboot.file.util.ImageThumbnailHelper
-
压缩图片
- generateThumbnail(String, String, int, int) - 类中的静态方法 com.diboot.file.util.ImageThumbnailHelper
-
生成缩略图
- getComment() - 类中的方法 com.diboot.file.excel.BaseExcelModel
- getContextType(String) - 类中的静态方法 com.diboot.file.util.HttpHelper
-
根据文件类型获取ContentType
- getDataList() - 类中的方法 com.diboot.file.excel.listener.DynamicHeadExcelListener
-
返回结果
- getDictOptions(String) - 类中的方法 com.diboot.file.excel.write.OptionWriteHandler
-
从字典中获取选项
- getExcelDataListener() - 类中的方法 com.diboot.file.controller.BaseExcelFileController
-
获取对应的ExcelDataListener
- getExcelModelClass() - 类中的方法 com.diboot.file.excel.listener.ReadExcelListener
-
获取Excel映射的Model类
- getField2BindAnnoMap(Class) - 类中的静态方法 com.diboot.file.excel.cache.ExcelBindAnnoHandler
-
获取字段-绑定注解之间的map
- getField2InvalidValueMap() - 类中的方法 com.diboot.file.excel.BaseExcelModel
- getFile(String) - 接口中的方法 com.diboot.file.service.FileStorageService
-
获取文件
- getFile(String) - 类中的方法 com.diboot.file.service.impl.AliyunOssFileStorageServiceImpl
- getFile(String) - 类中的方法 com.diboot.file.service.impl.LocalFileStorageServiceImpl
- getFileExtByName(String) - 类中的静态方法 com.diboot.file.util.FileHelper
-
根据名称取得后缀
- getFileFromRequest(HttpServletRequest, String) - 类中的静态方法 com.diboot.file.util.HttpHelper
-
获取请求中的单个文件数据
- getFileName(String) - 类中的静态方法 com.diboot.file.util.FileHelper
-
根据文件URL解析出其文件名
- getFilesFromRequest(HttpServletRequest, String) - 类中的静态方法 com.diboot.file.util.HttpHelper
-
获取请求中的多个文件数据
- getFileSizeLabel() - 类中的方法 com.diboot.file.entity.FileRecord
-
文件大小格式化
- getFileStorageDirectory() - 类中的静态方法 com.diboot.file.util.FileHelper
-
文件的存储路径
- getFullPath(String) - 类中的静态方法 com.diboot.file.util.FileHelper
-
获取文件的完整存储路径
- getHeadMap() - 类中的方法 com.diboot.file.excel.listener.DynamicHeadExcelListener
-
返回表头
- getImageStoragePath(String) - 类中的静态方法 com.diboot.file.util.ImageHelper
-
得到图片存储的全路径
- getProperCount() - 类中的方法 com.diboot.file.excel.listener.ReadExcelListener
-
获取正确数据数量
- getRelativePath(String) - 类中的静态方法 com.diboot.file.util.FileHelper
-
获取文件的相对路径
- getRowIndex() - 类中的方法 com.diboot.file.excel.BaseExcelModel
- getSystemTempDir() - 类中的静态方法 com.diboot.file.util.FileHelper
-
获取系统临时目录
- getTableHeads() - 类中的方法 com.diboot.file.excel.listener.DynamicHeadExcelListener
-
获取Excel表头
- getTableHeads() - 类中的方法 com.diboot.file.excel.listener.ReadExcelListener
-
获取Excel表头
- getTableHeads(Class<?>) - 类中的静态方法 com.diboot.file.util.ExcelHelper
-
获取 Excel 模板中的表头
- getValidateError() - 类中的方法 com.diboot.file.excel.BaseExcelModel
-
已过时。
H
- handle(List<T>) - 类中的方法 com.diboot.file.excel.listener.ReadExcelListener
-
处理数据
- headerRows - 类中的变量 com.diboot.file.excel.write.MergeWriteHandler
- headMap - 类中的变量 com.diboot.file.excel.listener.DynamicHeadExcelListener
- headMap - 类中的变量 com.diboot.file.excel.listener.ReadExcelListener
-
已过时。
- headNameMap - 类中的变量 com.diboot.file.excel.listener.DynamicHeadExcelListener
-
列名映射
- headNameMap - 类中的变量 com.diboot.file.excel.listener.ReadExcelListener
-
列名映射
- HTTP - 类中的静态变量 com.diboot.file.util.FileHelper
- HttpHelper - com.diboot.file.util中的类
-
HTTP请求相关工具类
- HttpHelper() - 类的构造器 com.diboot.file.util.HttpHelper
I
- id - 类中的变量 com.diboot.file.entity.FileRecord
-
主键类型为String型UUID
- IGNORE - enum class 中的枚举常量 com.diboot.file.excel.annotation.DuplicateStrategy
-
忽略
- IGNORE - enum class 中的枚举常量 com.diboot.file.excel.annotation.EmptyStrategy
-
忽略
- ImageHelper - com.diboot.file.util中的类
-
图片操作辅助类
- ImageHelper() - 类的构造器 com.diboot.file.util.ImageHelper
- ImageThumbnailHelper - com.diboot.file.util中的类
-
图片缩略图相关工具类
- ImageThumbnailHelper() - 类的构造器 com.diboot.file.util.ImageThumbnailHelper
- importData(FileRecord, InputStream, Map<String, Object>) - 类中的方法 com.diboot.file.controller.BaseExcelFileController
-
导入数据
- importFileUuid - 类中的变量 com.diboot.file.excel.listener.ReadExcelListener
-
导入文件的uuid
- init() - 类中的方法 com.diboot.file.service.impl.AliyunOssFileStorageServiceImpl
- invoke(Map<Integer, String>, AnalysisContext) - 类中的方法 com.diboot.file.excel.listener.DynamicHeadExcelListener
- invoke(T, AnalysisContext) - 类中的方法 com.diboot.file.excel.listener.ReadExcelListener
-
当前一行数据解析成功后的操作
- invokeHead(Map<Integer, ReadCellData<?>>, AnalysisContext) - 类中的方法 com.diboot.file.excel.listener.DynamicHeadExcelListener
-
excel表头数据
- invokeHead(Map<Integer, ReadCellData<?>>, AnalysisContext) - 类中的方法 com.diboot.file.excel.listener.ReadExcelListener
-
excel表头数据
- invokeHeadMap(Map<Integer, String>, AnalysisContext) - 类中的方法 com.diboot.file.excel.listener.DynamicHeadExcelListener
-
表头
- isExcel(String) - 类中的静态方法 com.diboot.file.util.FileHelper
-
是否是Excel文件
- isImage(String) - 类中的静态方法 com.diboot.file.util.ImageHelper
-
是否是图片类型
- isLocalStorage - 类中的静态变量 com.diboot.file.util.FileHelper
-
是否为本地存储
- isLocalStorage() - 类中的静态方法 com.diboot.file.util.FileHelper
-
判断是否为本地存储
- isProper(T) - 类中的方法 com.diboot.file.excel.listener.FixedHeadExcelListener
-
重新定义数据判断(兼容老版本)
- isProper(T) - 类中的方法 com.diboot.file.excel.listener.ReadExcelListener
-
是否为正确数据
- isValidFileExt(String) - 类中的静态方法 com.diboot.file.util.FileHelper
-
是否为合法的文件类型
K
L
- leftmostColumn - 类中的变量 com.diboot.file.excel.write.FreezePaneWriteHandler
-
在右窗格中可见的左列
- LocalFileStorageServiceImpl - com.diboot.file.service.impl中的类
-
本地存储
- LocalFileStorageServiceImpl() - 类的构造器 com.diboot.file.service.impl.LocalFileStorageServiceImpl
- LockedWriteHandler - com.diboot.file.excel.write中的类
-
Sheet保护密码写入处理器
- LockedWriteHandler() - 类的构造器 com.diboot.file.excel.write.LockedWriteHandler
- LockedWriteHandler(String) - 类的构造器 com.diboot.file.excel.write.LockedWriteHandler
M
- makeDirectory(String) - 类中的静态方法 com.diboot.file.util.FileHelper
-
创建文件夹
- md5 - 类中的变量 com.diboot.file.entity.FileRecord
-
MD5标识
- MergeWriteHandler - com.diboot.file.excel.write中的类
-
Excel写入 单元合并 Handler
- MergeWriteHandler() - 类的构造器 com.diboot.file.excel.write.MergeWriteHandler
- MODEL_BINDANNO_CACHE - 类中的静态变量 com.diboot.file.excel.cache.ExcelBindAnnoHandler
-
注解缓存
O
- onException(Exception, AnalysisContext) - 类中的方法 com.diboot.file.excel.listener.ReadExcelListener
-
异常处理
- options() - annotation interface 中的元素 com.diboot.file.excel.annotation.ExcelOption
-
下拉选项列表
- OptionWriteHandler - com.diboot.file.excel.write中的类
-
Excel写入 下拉选项 Handler
- OptionWriteHandler() - 类的构造器 com.diboot.file.excel.write.OptionWriteHandler
- oss - 类中的变量 com.diboot.file.config.FileProperties
- OSS() - 类的构造器 com.diboot.file.config.FileProperties.OSS
- ossClient - 类中的变量 com.diboot.file.service.impl.AliyunOssFileStorageServiceImpl
P
- PageReadExcelListener<T extends BaseExcelModel> - com.diboot.file.excel.listener中的类
-
分页读取Excel
- PageReadExcelListener() - 类的构造器 com.diboot.file.excel.listener.PageReadExcelListener
- password - 类中的变量 com.diboot.file.excel.write.LockedWriteHandler
-
密码
- PATH_FILE - 类中的静态变量 com.diboot.file.util.FileHelper
-
文件存储路径
- PATH_IMG - 类中的静态变量 com.diboot.file.util.ImageHelper
- POINT - 类中的静态变量 com.diboot.file.util.FileHelper
- preview - 类中的变量 com.diboot.file.excel.listener.DynamicHeadExcelListener
-
是否为预览模式
- preview - 类中的变量 com.diboot.file.excel.listener.ReadExcelListener
-
是否为预览模式
- previewDataList - 类中的变量 com.diboot.file.excel.listener.DynamicHeadExcelListener
-
预览数据
- previewDataList - 类中的变量 com.diboot.file.excel.listener.ReadExcelListener
-
预览数据
Q
- QUESTION_MARK - 类中的静态变量 com.diboot.file.util.FileHelper
R
- read(InputStream, ReadListener<?>) - 类中的静态方法 com.diboot.file.util.ExcelHelper
-
读取ecxel
- read(InputStream, ReadListener<T>, Class<T>) - 类中的静态方法 com.diboot.file.util.ExcelHelper
-
读取ecxel
- read(InputStream, ExcelTypeEnum, ReadListener<T>, Class<T>) - 类中的静态方法 com.diboot.file.util.ExcelHelper
-
读取ecxel
- readExcelFile(InputStream, ReadExcelListener<T>) - 类中的方法 com.diboot.file.controller.BaseExcelFileController
-
读取excel方法
- ReadExcelListener<T extends BaseExcelModel> - com.diboot.file.excel.listener中的类
-
读取Excel
- ReadExcelListener() - 类的构造器 com.diboot.file.excel.listener.ReadExcelListener
- regex() - annotation interface 中的元素 com.diboot.file.excel.annotation.ExcelColor
-
正则匹配
- requestParams - 类中的变量 com.diboot.file.excel.listener.DynamicHeadExcelListener
-
注入request
- requestParams - 类中的变量 com.diboot.file.excel.listener.ReadExcelListener
-
注入request
- rowIndex - 类中的变量 com.diboot.file.excel.BaseExcelModel
- rows() - annotation interface 中的元素 com.diboot.file.excel.annotation.ExcelOption
-
默认填充行数
- rowSplit - 类中的变量 com.diboot.file.excel.write.FreezePaneWriteHandler
-
拆分的垂直位置
- run(ApplicationArguments) - 类中的方法 com.diboot.file.init.FilePluginInitializer
S
- S - enum class 中的枚举常量 com.diboot.file.config.Cons.FILE_STATUS
- save(InputStream, String) - 类中的方法 com.diboot.file.service.impl.AliyunOssFileStorageServiceImpl
- save(InputStream, String, long) - 接口中的方法 com.diboot.file.service.FileStorageService
-
上传文件
- save(InputStream, String, long) - 类中的方法 com.diboot.file.service.impl.AliyunOssFileStorageServiceImpl
- save(InputStream, String, long) - 类中的方法 com.diboot.file.service.impl.LocalFileStorageServiceImpl
- save(String, String) - 接口中的方法 com.diboot.file.service.FileStorageService
-
上传文件
- save(String, String) - 类中的方法 com.diboot.file.service.impl.LocalFileStorageServiceImpl
- save(MultipartFile) - 接口中的方法 com.diboot.file.service.FileStorageService
-
上传文件
- save(MultipartFile) - 类中的方法 com.diboot.file.service.impl.AliyunOssFileStorageServiceImpl
- save(MultipartFile) - 类中的方法 com.diboot.file.service.impl.LocalFileStorageServiceImpl
- saveData(List<T>, Map<String, Object>) - 类中的方法 com.diboot.file.excel.listener.ReadExcelListener
-
保存数据
- saveData(Map<Integer, String>, List<Map<Integer, String>>, Map<String, Object>) - 类中的方法 com.diboot.file.excel.listener.DynamicHeadExcelListener
-
保存数据
- saveFile(InputStream, String) - 类中的静态方法 com.diboot.file.util.FileHelper
-
上传文件
- saveFile(MultipartFile, String) - 类中的静态方法 com.diboot.file.util.FileHelper
-
上传文件
- saveImage(File, String, boolean) - 类中的静态方法 com.diboot.file.util.ImageHelper
-
保存图片
- saveImage(MultipartFile) - 类中的静态方法 com.diboot.file.util.ImageHelper
-
保存图片
- saveImage(MultipartFile, String) - 类中的静态方法 com.diboot.file.util.ImageHelper
-
保存图片
- serialVersionUID - 类中的静态变量 com.diboot.file.dto.FileRecordDTO
- serialVersionUID - 类中的静态变量 com.diboot.file.entity.FileRecord
- serialVersionUID - 类中的静态变量 com.diboot.file.excel.BaseExcelModel
- serialVersionUID - 类中的静态变量 com.diboot.file.excel.TableHead
- serialVersionUID - 类中的静态变量 com.diboot.file.vo.FileRecordVO
- SET_0 - enum class 中的枚举常量 com.diboot.file.excel.annotation.EmptyStrategy
-
设置为0
- setCreateTimeEnd(LocalDateTime) - 类中的方法 com.diboot.file.dto.FileRecordDTO
- setDataList(List<? extends BaseExcelModel>) - 类中的方法 com.diboot.file.excel.write.CommentWriteHandler
- setExportExcelResponseHeader(HttpServletResponse, String) - 类中的静态方法 com.diboot.file.util.ExcelHelper
-
设置导出的excel 响应头
- setIdField() - annotation interface 中的元素 com.diboot.file.excel.annotation.ExcelBindField
-
设置ID至哪个字段,默认当前字段
- setRowIndex(int) - 类中的方法 com.diboot.file.excel.BaseExcelModel
- SIZE_UNIT - 类中的静态变量 com.diboot.file.util.FileHelper
-
文件大小单位
- storageDirectory - 类中的变量 com.diboot.file.config.FileProperties
-
文件存储路径
- storagePath - 类中的变量 com.diboot.file.entity.FileRecord
-
存储路径
T
- TableHead - com.diboot.file.excel中的类
-
TableHead excel表头
- TableHead() - 类的构造器 com.diboot.file.excel.TableHead
- tenantId - 类中的变量 com.diboot.file.entity.FileRecord
-
租户ID
- thumbnailUrl - 类中的变量 com.diboot.file.entity.FileRecord
-
缩略图地址
- title - 类中的变量 com.diboot.file.excel.TableHead
- topRow - 类中的变量 com.diboot.file.excel.write.FreezePaneWriteHandler
-
在底部窗格中可见的顶行
- totalCount - 类中的变量 com.diboot.file.excel.listener.DynamicHeadExcelListener
- totalCount - 类中的变量 com.diboot.file.excel.listener.ReadExcelListener
- type() - annotation interface 中的元素 com.diboot.file.excel.annotation.ExcelBindDict
-
绑定字段
U
- uploadExcelFile(MultipartFile, Map<String, Object>) - 类中的方法 com.diboot.file.controller.BaseExcelFileController
-
直接上传excel
V
- VALID_IMAGE_SUFFIX - 类中的静态变量 com.diboot.file.util.ImageHelper
-
image验证
- validateError - 类中的变量 com.diboot.file.excel.BaseExcelModel
-
已过时。
- validateOrConvertDictAndRefField(List<T>, boolean) - 类中的方法 com.diboot.file.excel.listener.ReadExcelListener
-
检查或转换字典和关联字段
- value() - annotation interface 中的元素 com.diboot.file.excel.annotation.ExcelColor.List
- value() - annotation interface 中的元素 com.diboot.file.excel.annotation.ExcelComment
-
批注内容
- value() - annotation interface 中的元素 com.diboot.file.excel.annotation.ExcelOption
-
此属性为
ExcelOption.options()的别名 - valueOf(String) - enum class中的静态方法 com.diboot.file.config.Cons.FILE_STATUS
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 com.diboot.file.excel.annotation.DuplicateStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 com.diboot.file.excel.annotation.EmptyStrategy
-
Returns the enum constant of this class with the specified name.
- values() - enum class中的静态方法 com.diboot.file.config.Cons.FILE_STATUS
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 com.diboot.file.excel.annotation.DuplicateStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 com.diboot.file.excel.annotation.EmptyStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WARN - enum class 中的枚举常量 com.diboot.file.excel.annotation.DuplicateStrategy
-
告警
- WARN - enum class 中的枚举常量 com.diboot.file.excel.annotation.EmptyStrategy
-
告警
- withHttps(OkHttpClient.Builder) - 类中的静态方法 com.diboot.file.util.HttpHelper
-
嵌入Https
- write(OutputStream, Class<T>, Collection<String>, Boolean, Supplier<List<T>>, WriteHandler...) - 类中的静态方法 com.diboot.file.util.ExcelHelper
-
多次写入
- write(OutputStream, Class<T>, Collection<String>, Supplier<List<T>>, WriteHandler...) - 类中的静态方法 com.diboot.file.util.ExcelHelper
-
分批多次写入
- write(OutputStream, Class<T>, Collection<String>, List<T>, WriteHandler...) - 类中的静态方法 com.diboot.file.util.ExcelHelper
-
Excel写入
- write(OutputStream, Class<T>, List<T>, WriteHandler...) - 类中的静态方法 com.diboot.file.util.ExcelHelper
-
Excel写入
- write(OutputStream, String, List<List<String>>, List<List<String>>, WriteHandler...) - 类中的静态方法 com.diboot.file.util.ExcelHelper
-
简单将数据写入excel文件
- writeSheet - 类中的变量 com.diboot.file.excel.listener.ReadExcelListener
- writeSheet(ExcelWriter, String, Class<T>, Collection<String>, Supplier<List<T>>, WriteHandler...) - 类中的静态方法 com.diboot.file.util.ExcelHelper
-
Sheet 写入
- writeSheet(ExcelWriter, String, Class<T>, Supplier<List<T>>, WriteHandler...) - 类中的静态方法 com.diboot.file.util.ExcelHelper
-
Sheet 写入
- writeSheet(ExcelWriter, String, Class<T>, List<T>, WriteHandler...) - 类中的静态方法 com.diboot.file.util.ExcelHelper
-
Sheet 写入
Z
- zip(String, String, String, String...) - 类中的静态方法 com.diboot.file.util.ZipHelper
-
对文件或文件目录进行压缩
- zipFile(String, File, ZipOutputStream, String...) - 类中的静态方法 com.diboot.file.util.ZipHelper
-
递归压缩文件
- ZipHelper - com.diboot.file.util中的类
-
文件压缩操作辅助类
- ZipHelper() - 类的构造器 com.diboot.file.util.ZipHelper
All Classes and Interfaces|常量字段值|所有程序包|序列化表格