所有程序包的分层结构
程序包分层结构:- com.diboot.file.config,
- com.diboot.file.controller,
- com.diboot.file.dto,
- com.diboot.file.entity,
- com.diboot.file.excel,
- com.diboot.file.excel.annotation,
- com.diboot.file.excel.cache,
- com.diboot.file.excel.listener,
- com.diboot.file.excel.write,
- com.diboot.file.init,
- com.diboot.file.mapper,
- com.diboot.file.service,
- com.diboot.file.service.impl,
- com.diboot.file.util,
- com.diboot.file.vo,
- com.diboot.starter
类分层结构
- java.lang.Object
- com.diboot.core.entity.AbstractEntity<T> (implements java.io.Serializable)
- com.diboot.core.entity.BaseEntity<T>
- com.diboot.file.entity.FileRecord
- com.diboot.file.dto.FileRecordDTO
- com.diboot.file.vo.FileRecordVO
- com.diboot.file.entity.FileRecord
- com.diboot.core.entity.BaseEntity<T>
- com.diboot.file.service.impl.AliyunOssFileStorageServiceImpl (implements com.diboot.file.service.FileStorageService)
- com.alibaba.excel.event.AnalysisEventListener<T> (implements com.alibaba.excel.read.listener.ReadListener<T>)
- com.diboot.file.excel.listener.DynamicHeadExcelListener
- com.diboot.core.controller.BaseController
- com.diboot.file.controller.BaseExcelFileController
- com.diboot.file.excel.BaseExcelModel (implements java.io.Serializable)
- com.diboot.file.excel.write.ColorWriteHandler (implements com.alibaba.excel.write.handler.CellWriteHandler)
- com.diboot.file.excel.write.CommentWriteHandler (implements com.alibaba.excel.write.handler.CellWriteHandler)
- com.diboot.file.config.Cons
- com.diboot.file.excel.cache.ExcelBindAnnoHandler
- com.diboot.file.util.ExcelHelper
- com.diboot.starter.FileAutoConfig
- com.diboot.file.util.FileHelper
- com.diboot.file.init.FilePluginInitializer (implements org.springframework.boot.ApplicationRunner)
- com.diboot.file.config.FileProperties
- com.diboot.file.config.FileProperties.OSS
- com.diboot.file.config.FileProperties.OSS.Aliyun
- com.diboot.file.excel.write.FreezePaneWriteHandler (implements com.alibaba.excel.write.handler.SheetWriteHandler)
- com.diboot.file.util.HttpHelper
- com.diboot.file.util.ImageHelper
- com.diboot.file.util.ImageThumbnailHelper
- com.diboot.file.service.impl.LocalFileStorageServiceImpl (implements com.diboot.file.service.FileStorageService)
- com.diboot.file.excel.write.LockedWriteHandler (implements com.alibaba.excel.write.handler.SheetWriteHandler)
- com.diboot.file.excel.write.MergeWriteHandler (implements com.alibaba.excel.write.handler.CellWriteHandler, com.alibaba.excel.write.handler.WorkbookWriteHandler)
- com.diboot.file.excel.write.OptionWriteHandler (implements com.alibaba.excel.write.handler.CellWriteHandler)
- com.diboot.file.excel.listener.ReadExcelListener<T> (implements com.alibaba.excel.read.listener.ReadListener<T>)
- com.diboot.file.excel.listener.FixedHeadExcelListener<T>
- com.diboot.file.excel.listener.PageReadExcelListener<T>
- com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<M,
T> (implements com.baomidou.mybatisplus.extension.service.IService<T>) - com.diboot.core.service.impl.BaseServiceImpl<M,
T> (implements com.diboot.core.service.BaseService<T>) - com.diboot.file.service.impl.FileRecordServiceImpl (implements com.diboot.file.service.FileRecordService)
- com.diboot.core.service.impl.BaseServiceImpl<M,
- com.diboot.file.excel.TableHead (implements java.io.Serializable)
- com.diboot.file.util.ZipHelper
- com.diboot.core.entity.AbstractEntity<T> (implements java.io.Serializable)
接口分层结构
- com.diboot.file.service.FileStorageService
- com.diboot.core.service.GeneralService<T>
- com.diboot.core.service.BaseService<T>
- com.diboot.file.service.FileRecordService
- com.diboot.core.service.BaseService<T>
- com.baomidou.mybatisplus.core.mapper.Mapper<T>
- com.baomidou.mybatisplus.core.mapper.BaseMapper<T>
- com.diboot.core.mapper.BaseCrudMapper<T>
- com.diboot.file.mapper.FileRecordMapper
- com.diboot.core.mapper.BaseCrudMapper<T>
- com.baomidou.mybatisplus.core.mapper.BaseMapper<T>
Annotation Interface Hierarchy
- com.diboot.file.excel.annotation.ExcelBindDict (implements java.lang.annotation.Annotation)
- com.diboot.file.excel.annotation.ExcelBindField (implements java.lang.annotation.Annotation)
- com.diboot.file.excel.annotation.ExcelColor (implements java.lang.annotation.Annotation)
- com.diboot.file.excel.annotation.ExcelColor.List (implements java.lang.annotation.Annotation)
- com.diboot.file.excel.annotation.ExcelComment (implements java.lang.annotation.Annotation)
- com.diboot.file.excel.annotation.ExcelMerge (implements java.lang.annotation.Annotation)
- com.diboot.file.excel.annotation.ExcelOption (implements java.lang.annotation.Annotation)
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- com.diboot.file.config.Cons.FILE_STATUS
- com.diboot.file.excel.annotation.DuplicateStrategy
- com.diboot.file.excel.annotation.EmptyStrategy
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)