Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addAttachment(AddAttachmentReq, String) - Method in class io.github.xezzon.zeroweb.attachment.internal.AttachmentHttpEndpoint
-
新增附件
- AddAttachmentReq - Record Class in io.github.xezzon.zeroweb.attachment.entity
-
新增附件请求体
- AddAttachmentReq(String, String, Long, String, String, String) - Constructor for record class io.github.xezzon.zeroweb.attachment.entity.AddAttachmentReq
-
Creates an instance of a
AddAttachmentReqrecord class. - attachment() - Method in record class io.github.xezzon.zeroweb.attachment.event.AttachmentCreatedEvent
-
Returns the value of the
attachmentrecord component. - attachment() - Method in record class io.github.xezzon.zeroweb.attachment.event.AttachmentDeletedEvent
-
Returns the value of the
attachmentrecord component. - attachment() - Method in record class io.github.xezzon.zeroweb.attachment.event.AttachmentUploadedEvent
-
Returns the value of the
attachmentrecord component. - Attachment - Class in io.github.xezzon.zeroweb.attachment
-
附件实体类,表示系统中存储的文件附件。
- Attachment() - Constructor for class io.github.xezzon.zeroweb.attachment.Attachment
- Attachment_ - Class in io.github.xezzon.zeroweb.attachment
-
Static metamodel for
Attachment - Attachment_() - Constructor for class io.github.xezzon.zeroweb.attachment.Attachment_
- ATTACHMENT_ID - Static variable in class io.github.xezzon.zeroweb.storage.s3.entity.S3UploadId_
- AttachmentCreatedEvent - Record Class in io.github.xezzon.zeroweb.attachment.event
-
附件新增事件
- AttachmentCreatedEvent(Attachment) - Constructor for record class io.github.xezzon.zeroweb.attachment.event.AttachmentCreatedEvent
-
Creates an instance of a
AttachmentCreatedEventrecord class. - AttachmentDeletedEvent - Record Class in io.github.xezzon.zeroweb.attachment.event
-
附件删除事件
- AttachmentDeletedEvent(Attachment) - Constructor for record class io.github.xezzon.zeroweb.attachment.event.AttachmentDeletedEvent
-
Creates an instance of a
AttachmentDeletedEventrecord class. - AttachmentGrpcEndpoint - Class in io.github.xezzon.zeroweb.attachment.internal
-
附件管理
- AttachmentGrpcEndpoint(AttachmentService) - Constructor for class io.github.xezzon.zeroweb.attachment.internal.AttachmentGrpcEndpoint
-
依赖注入
- AttachmentHttpEndpoint - Class in io.github.xezzon.zeroweb.attachment.internal
-
附件管理
- AttachmentHttpEndpoint(AttachmentService) - Constructor for class io.github.xezzon.zeroweb.attachment.internal.AttachmentHttpEndpoint
-
依赖注入
- attachmentId - Static variable in class io.github.xezzon.zeroweb.storage.s3.entity.S3UploadId_
-
Static metamodel for attribute
S3UploadId.attachmentId - AttachmentRepository - Interface in io.github.xezzon.zeroweb.attachment.repository
-
对 附件 进行数据库操作的 JPA 接口
- AttachmentService - Class in io.github.xezzon.zeroweb.attachment.internal
-
附件管理服务
- AttachmentService(AttachmentRepository, ZerowebFileConfig, IStorageService.Factory) - Constructor for class io.github.xezzon.zeroweb.attachment.internal.AttachmentService
-
依赖注入
- AttachmentStatusEnum - Enum Class in io.github.xezzon.zeroweb.attachment.enumeration
-
附件状态
- AttachmentUploadedEvent - Record Class in io.github.xezzon.zeroweb.attachment.event
-
附件上传完成事件
- AttachmentUploadedEvent(Attachment) - Constructor for record class io.github.xezzon.zeroweb.attachment.event.AttachmentUploadedEvent
-
Creates an instance of a
AttachmentUploadedEventrecord class.
B
- BIZ_ID - Static variable in class io.github.xezzon.zeroweb.attachment.Attachment_
- BIZ_TYPE - Static variable in class io.github.xezzon.zeroweb.attachment.Attachment_
- bizId - Static variable in class io.github.xezzon.zeroweb.attachment.Attachment_
-
Static metamodel for attribute
Attachment.bizId - bizId() - Method in record class io.github.xezzon.zeroweb.attachment.entity.AddAttachmentReq
-
Returns the value of the
bizIdrecord component. - bizType - Static variable in class io.github.xezzon.zeroweb.attachment.Attachment_
-
Static metamodel for attribute
Attachment.bizType - bizType() - Method in record class io.github.xezzon.zeroweb.attachment.entity.AddAttachmentReq
-
Returns the value of the
bizTyperecord component.
C
- checksum - Static variable in class io.github.xezzon.zeroweb.attachment.Attachment_
-
Static metamodel for attribute
Attachment.checksum - checksum() - Method in record class io.github.xezzon.zeroweb.attachment.entity.AddAttachmentReq
-
Returns the value of the
checksumrecord component. - CHECKSUM - Static variable in class io.github.xezzon.zeroweb.attachment.Attachment_
- class_ - Static variable in class io.github.xezzon.zeroweb.attachment.Attachment_
-
Static metamodel type for
Attachment - class_ - Static variable in class io.github.xezzon.zeroweb.storage.s3.entity.S3UploadId_
-
Static metamodel type for
S3UploadId - code() - Method in exception class io.github.xezzon.zeroweb.common.exception.IncorrectFileException
- code() - Method in exception class io.github.xezzon.zeroweb.common.exception.UnsupportedFileProviderException
- crc - Static variable in class io.github.xezzon.zeroweb.storage.s3.entity.S3UploadId_
-
Static metamodel for attribute
S3UploadId.crc - CRC - Static variable in class io.github.xezzon.zeroweb.storage.s3.entity.S3UploadId_
- CRC - Static variable in class io.github.xezzon.zeroweb.storage.StorageContext
-
用于在线程内传递 CRC
- CREATE_TIME - Static variable in class io.github.xezzon.zeroweb.attachment.Attachment_
- createTime - Static variable in class io.github.xezzon.zeroweb.attachment.Attachment_
-
Static metamodel for attribute
Attachment.createTime
D
- deleteAttachment(String) - Method in class io.github.xezzon.zeroweb.attachment.internal.AttachmentHttpEndpoint
-
删除附件
- DONE - Enum constant in enum class io.github.xezzon.zeroweb.attachment.enumeration.AttachmentStatusEnum
-
上传完成
- download(Attachment) - Method in class io.github.xezzon.zeroweb.storage.fs.FsService
- download(Attachment) - Method in interface io.github.xezzon.zeroweb.storage.IStorageService
-
下载文件
- download(Attachment) - Method in class io.github.xezzon.zeroweb.storage.s3.S3Service
- download(String) - Method in class io.github.xezzon.zeroweb.storage.fs.FsHttpEndpoint
-
下载文件
- DownloadEndpoint - Class in io.github.xezzon.zeroweb.storage
-
附件下载地址
- DownloadEndpoint(String) - Constructor for class io.github.xezzon.zeroweb.storage.DownloadEndpoint
-
构造附件下载地址
- downloadFile(FileDownloadRequest, StreamObserver) - Method in class io.github.xezzon.zeroweb.attachment.internal.AttachmentGrpcEndpoint
E
- equals(Object) - Method in record class io.github.xezzon.zeroweb.attachment.entity.AddAttachmentReq
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.github.xezzon.zeroweb.attachment.entity.UploadInfo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.github.xezzon.zeroweb.attachment.event.AttachmentCreatedEvent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.github.xezzon.zeroweb.attachment.event.AttachmentDeletedEvent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.github.xezzon.zeroweb.attachment.event.AttachmentUploadedEvent
-
Indicates whether some other object is "equal to" this one.
- ERROR_CODE - Static variable in exception class io.github.xezzon.zeroweb.common.exception.IncorrectFileException
-
错误码
- ERROR_CODE - Static variable in exception class io.github.xezzon.zeroweb.common.exception.UnsupportedFileProviderException
-
错误码
F
- FileConstant - Class in io.github.xezzon.zeroweb.common.constant
-
file 模块相关的常量
- FILENAME_METADATA_KEY - Static variable in class io.github.xezzon.zeroweb.storage.s3.S3Service
-
S3 对象元数据中存储文件名的键。
- FileProviderEnum - Enum Class in io.github.xezzon.zeroweb.common.config
-
文件存储后端枚举。
- findByBizTypeAndBizId(String, String) - Method in interface io.github.xezzon.zeroweb.attachment.repository.AttachmentRepository
-
查询业务关联的附件列表
- finishUpload(String) - Method in class io.github.xezzon.zeroweb.attachment.internal.AttachmentHttpEndpoint
-
文件上传完成后,将其状态变更为已完成
- FS - Enum constant in enum class io.github.xezzon.zeroweb.common.config.FileProviderEnum
-
硬盘存储:文件将直接存储在本地文件系统上。
- FsHttpEndpoint - Class in io.github.xezzon.zeroweb.storage.fs
-
上传/下载附件到文件系统
- FsHttpEndpoint(Optional, IAttachmentService) - Constructor for class io.github.xezzon.zeroweb.storage.fs.FsHttpEndpoint
-
注入依赖
- FsService - Class in io.github.xezzon.zeroweb.storage.fs
-
文件系统存储服务实现。
- FsService(ZerowebFsConfig, IAttachmentService) - Constructor for class io.github.xezzon.zeroweb.storage.fs.FsService
-
注入依赖
G
- get(FileProviderEnum) - Method in class io.github.xezzon.zeroweb.storage.IStorageService.Factory
-
根据文件提供者类型获取对应的存储服务
- getBasePath() - Method in class io.github.xezzon.zeroweb.storage.fs.ZerowebFsConfig
-
获取文件上传基础路径
- getDownloadEndpoint(Attachment) - Method in class io.github.xezzon.zeroweb.storage.fs.FsService
- getDownloadEndpoint(Attachment) - Method in interface io.github.xezzon.zeroweb.storage.IStorageService
-
获取附件下载地址
- getDownloadEndpoint(Attachment) - Method in class io.github.xezzon.zeroweb.storage.s3.S3Service
- getDownloadEndpoint(String) - Method in class io.github.xezzon.zeroweb.attachment.internal.AttachmentHttpEndpoint
-
获取附件下载地址
- getPartSize() - Method in class io.github.xezzon.zeroweb.storage.fs.ZerowebFsConfig
-
获取文件存储的分片大小
- getPartSize() - Method in class io.github.xezzon.zeroweb.storage.s3.ZerowebS3Config
-
单个分片最大大小
- getUploadAddress(Attachment) - Method in class io.github.xezzon.zeroweb.storage.fs.FsService
- getUploadAddress(Attachment) - Method in interface io.github.xezzon.zeroweb.storage.IStorageService
-
获取附件的上传地址
- getUploadAddress(Attachment) - Method in class io.github.xezzon.zeroweb.storage.s3.S3Service
-
创建预签名的 S3 URL,返回给前端。
- getUploadAddress(Attachment, int) - Method in class io.github.xezzon.zeroweb.storage.fs.FsService
- getUploadAddress(Attachment, int) - Method in interface io.github.xezzon.zeroweb.storage.IStorageService
-
获取附件分段上传地址
- getUploadAddress(Attachment, int) - Method in class io.github.xezzon.zeroweb.storage.s3.S3Service
- getUploadAddress(Attachment, Integer, String) - Method in class io.github.xezzon.zeroweb.storage.s3.S3Service
-
创建预签名的 S3 URL,返回给前端。
- getUploadEndpoint(String, int, String) - Method in class io.github.xezzon.zeroweb.attachment.internal.AttachmentHttpEndpoint
-
获取附件上传地址
- getUploadInfo(Attachment) - Method in class io.github.xezzon.zeroweb.storage.fs.FsService
- getUploadInfo(Attachment) - Method in interface io.github.xezzon.zeroweb.storage.IStorageService
-
获取上传元数据
- getUploadInfo(Attachment) - Method in class io.github.xezzon.zeroweb.storage.s3.S3Service
-
获取文件上传信息。
- getUploadInfo(String, String, long, String) - Method in class io.github.xezzon.zeroweb.attachment.internal.AttachmentHttpEndpoint
-
获取附件上传元信息
H
- hashCode() - Method in record class io.github.xezzon.zeroweb.attachment.entity.AddAttachmentReq
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.github.xezzon.zeroweb.attachment.entity.UploadInfo
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.github.xezzon.zeroweb.attachment.event.AttachmentCreatedEvent
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.github.xezzon.zeroweb.attachment.event.AttachmentDeletedEvent
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.github.xezzon.zeroweb.attachment.event.AttachmentUploadedEvent
-
Returns a hash code value for this object.
- httpStatus() - Method in exception class io.github.xezzon.zeroweb.common.exception.UnsupportedFileProviderException
I
- IAttachmentService - Interface in io.github.xezzon.zeroweb.attachment
-
附件服务接口。
- id - Static variable in class io.github.xezzon.zeroweb.attachment.Attachment_
-
Static metamodel for attribute
Attachment.id - id() - Method in record class io.github.xezzon.zeroweb.attachment.entity.UploadInfo
-
Returns the value of the
idrecord component. - ID - Static variable in class io.github.xezzon.zeroweb.attachment.Attachment_
- IncorrectFileException - Exception Class in io.github.xezzon.zeroweb.common.exception
-
上传文件的内容与创建的附件不一致
- IncorrectFileException(String) - Constructor for exception class io.github.xezzon.zeroweb.common.exception.IncorrectFileException
-
创建一个
IncorrectFileException实例。 - init() - Method in class io.github.xezzon.zeroweb.storage.fs.ZerowebFsConfig
-
应用启动后,创建文件上传基础目录(如果不存在)
- into() - Method in record class io.github.xezzon.zeroweb.attachment.entity.AddAttachmentReq
- io.github.xezzon.zeroweb - package io.github.xezzon.zeroweb
- io.github.xezzon.zeroweb.attachment - package io.github.xezzon.zeroweb.attachment
- io.github.xezzon.zeroweb.attachment.entity - package io.github.xezzon.zeroweb.attachment.entity
- io.github.xezzon.zeroweb.attachment.enumeration - package io.github.xezzon.zeroweb.attachment.enumeration
- io.github.xezzon.zeroweb.attachment.event - package io.github.xezzon.zeroweb.attachment.event
- io.github.xezzon.zeroweb.attachment.internal - package io.github.xezzon.zeroweb.attachment.internal
- io.github.xezzon.zeroweb.attachment.repository - package io.github.xezzon.zeroweb.attachment.repository
- io.github.xezzon.zeroweb.common.config - package io.github.xezzon.zeroweb.common.config
- io.github.xezzon.zeroweb.common.constant - package io.github.xezzon.zeroweb.common.constant
- io.github.xezzon.zeroweb.common.exception - package io.github.xezzon.zeroweb.common.exception
- io.github.xezzon.zeroweb.storage - package io.github.xezzon.zeroweb.storage
- io.github.xezzon.zeroweb.storage.fs - package io.github.xezzon.zeroweb.storage.fs
- io.github.xezzon.zeroweb.storage.s3 - package io.github.xezzon.zeroweb.storage.s3
- io.github.xezzon.zeroweb.storage.s3.entity - package io.github.xezzon.zeroweb.storage.s3.entity
- io.github.xezzon.zeroweb.storage.s3.repository - package io.github.xezzon.zeroweb.storage.s3.repository
- IStorageService - Interface in io.github.xezzon.zeroweb.storage
-
文件存储抽象接口
- IStorageService.Factory - Class in io.github.xezzon.zeroweb.storage
-
文件存储服务工厂类
M
- MAX_MULTIPART_NUMBER - Static variable in class io.github.xezzon.zeroweb.common.constant.FileConstant
-
最大分段数量。
N
- name - Static variable in class io.github.xezzon.zeroweb.attachment.Attachment_
-
Static metamodel for attribute
Attachment.name - name() - Method in record class io.github.xezzon.zeroweb.attachment.entity.AddAttachmentReq
-
Returns the value of the
namerecord component. - NAME - Static variable in class io.github.xezzon.zeroweb.attachment.Attachment_
O
- objectKey() - Method in class io.github.xezzon.zeroweb.attachment.Attachment
-
生成附件在存储系统中的对象键(Object Key)。
- OWNER_ID - Static variable in class io.github.xezzon.zeroweb.attachment.Attachment_
- ownerId - Static variable in class io.github.xezzon.zeroweb.attachment.Attachment_
-
Static metamodel for attribute
Attachment.ownerId
P
- partCount() - Method in record class io.github.xezzon.zeroweb.attachment.entity.UploadInfo
-
Returns the value of the
partCountrecord component. - partSize() - Method in record class io.github.xezzon.zeroweb.attachment.entity.UploadInfo
-
Returns the value of the
partSizerecord component. - PREFIX - Static variable in class io.github.xezzon.zeroweb.common.config.ZerowebFileConfig
-
配置属性的前缀
- provider - Static variable in class io.github.xezzon.zeroweb.attachment.Attachment_
-
Static metamodel for attribute
Attachment.provider - provider() - Method in record class io.github.xezzon.zeroweb.attachment.entity.UploadInfo
-
Returns the value of the
providerrecord component. - provider() - Method in class io.github.xezzon.zeroweb.storage.fs.FsService
- provider() - Method in interface io.github.xezzon.zeroweb.storage.IStorageService
-
申明附件的存储类型
- provider() - Method in class io.github.xezzon.zeroweb.storage.s3.S3Service
- PROVIDER - Static variable in class io.github.xezzon.zeroweb.attachment.Attachment_
Q
- queryAttachment(QueryAttachmentListRequest, StreamObserver) - Method in class io.github.xezzon.zeroweb.attachment.internal.AttachmentGrpcEndpoint
- queryByBiz(String, String) - Method in class io.github.xezzon.zeroweb.attachment.internal.AttachmentHttpEndpoint
-
查询表单关联的附件
- queryById(String) - Method in interface io.github.xezzon.zeroweb.attachment.IAttachmentService
-
查询附件信息。
- queryById(String) - Method in class io.github.xezzon.zeroweb.attachment.internal.AttachmentService
-
根据附件ID查询附件信息
R
- ReadFileException - Exception Class in io.github.xezzon.zeroweb.common.exception
-
文件读取错误。
- ReadFileException(Throwable) - Constructor for exception class io.github.xezzon.zeroweb.common.exception.ReadFileException
-
根据一个已有的异常构造一个新的文件读取异常。
S
- S3 - Enum constant in enum class io.github.xezzon.zeroweb.common.config.FileProviderEnum
-
对象存储:文件将存储在兼容 S3 协议的对象存储服务上。
- S3Service - Class in io.github.xezzon.zeroweb.storage.s3
-
S3 对象存储服务实现。
- S3Service(ZerowebS3Config, S3Presigner, S3Client, S3UploadIdRepository) - Constructor for class io.github.xezzon.zeroweb.storage.s3.S3Service
-
注入依赖
- S3UploadId - Class in io.github.xezzon.zeroweb.storage.s3.entity
-
S3 的上传 ID 实体。
- S3UploadId() - Constructor for class io.github.xezzon.zeroweb.storage.s3.entity.S3UploadId
-
默认构造函数。
- S3UploadId(String, String, String) - Constructor for class io.github.xezzon.zeroweb.storage.s3.entity.S3UploadId
-
全参构造函数。
- S3UploadId_ - Class in io.github.xezzon.zeroweb.storage.s3.entity
-
Static metamodel for
S3UploadId - S3UploadId_() - Constructor for class io.github.xezzon.zeroweb.storage.s3.entity.S3UploadId_
- S3UploadIdRepository - Interface in io.github.xezzon.zeroweb.storage.s3.repository
-
对
S3UploadId进行数据库操作的 JPA 接口 - size - Static variable in class io.github.xezzon.zeroweb.attachment.Attachment_
-
Static metamodel for attribute
Attachment.size - size() - Method in record class io.github.xezzon.zeroweb.attachment.entity.AddAttachmentReq
-
Returns the value of the
sizerecord component. - SIZE - Static variable in class io.github.xezzon.zeroweb.attachment.Attachment_
- status - Static variable in class io.github.xezzon.zeroweb.attachment.Attachment_
-
Static metamodel for attribute
Attachment.status - STATUS - Static variable in class io.github.xezzon.zeroweb.attachment.Attachment_
- StorageContext - Class in io.github.xezzon.zeroweb.storage
-
存储请求中包含的 CRC 信息。
T
- toString() - Method in record class io.github.xezzon.zeroweb.attachment.entity.AddAttachmentReq
-
Returns a string representation of this record class.
- toString() - Method in record class io.github.xezzon.zeroweb.attachment.entity.UploadInfo
-
Returns a string representation of this record class.
- toString() - Method in record class io.github.xezzon.zeroweb.attachment.event.AttachmentCreatedEvent
-
Returns a string representation of this record class.
- toString() - Method in record class io.github.xezzon.zeroweb.attachment.event.AttachmentDeletedEvent
-
Returns a string representation of this record class.
- toString() - Method in record class io.github.xezzon.zeroweb.attachment.event.AttachmentUploadedEvent
-
Returns a string representation of this record class.
- type - Static variable in class io.github.xezzon.zeroweb.attachment.Attachment_
-
Static metamodel for attribute
Attachment.type - type() - Method in record class io.github.xezzon.zeroweb.attachment.entity.AddAttachmentReq
-
Returns the value of the
typerecord component. - TYPE - Static variable in class io.github.xezzon.zeroweb.attachment.Attachment_
U
- UnsupportedFileProviderException - Exception Class in io.github.xezzon.zeroweb.common.exception
-
启用的存储后端未正确配置。
- UnsupportedFileProviderException(FileProviderEnum) - Constructor for exception class io.github.xezzon.zeroweb.common.exception.UnsupportedFileProviderException
-
构造一个启用的存储后端未正确配置的异常。
- upload(Attachment, byte[]) - Method in class io.github.xezzon.zeroweb.storage.fs.FsService
- upload(Attachment, byte[]) - Method in interface io.github.xezzon.zeroweb.storage.IStorageService
-
上传文件
- upload(Attachment, byte[]) - Method in class io.github.xezzon.zeroweb.storage.s3.S3Service
- upload(String, byte[]) - Method in class io.github.xezzon.zeroweb.storage.fs.FsHttpEndpoint
-
上传文件到服务器磁盘
- upload(String, int, byte[]) - Method in class io.github.xezzon.zeroweb.storage.fs.FsHttpEndpoint
-
上传文件分段到服务器磁盘
- UPLOAD_ID - Static variable in class io.github.xezzon.zeroweb.storage.s3.entity.S3UploadId_
- UploadEndpoint - Class in io.github.xezzon.zeroweb.storage
-
附件上传地址
- UploadEndpoint() - Constructor for class io.github.xezzon.zeroweb.storage.UploadEndpoint
-
默认构造函数
- UploadEndpoint(int) - Constructor for class io.github.xezzon.zeroweb.storage.UploadEndpoint
-
已经上传过的分段
- UploadEndpoint(int, String) - Constructor for class io.github.xezzon.zeroweb.storage.UploadEndpoint
-
无需回调的文件上传地址
- UploadEndpoint(String) - Constructor for class io.github.xezzon.zeroweb.storage.UploadEndpoint
-
单文件上传的地址
- uploadFile(StreamObserver) - Method in class io.github.xezzon.zeroweb.attachment.internal.AttachmentGrpcEndpoint
- uploadId - Static variable in class io.github.xezzon.zeroweb.storage.s3.entity.S3UploadId_
-
Static metamodel for attribute
S3UploadId.uploadId - UploadInfo - Record Class in io.github.xezzon.zeroweb.attachment.entity
-
文件上传信息
- UploadInfo(String, FileProviderEnum, int, long) - Constructor for record class io.github.xezzon.zeroweb.attachment.entity.UploadInfo
-
Creates an instance of a
UploadInforecord class. - UPLOADING - Enum constant in enum class io.github.xezzon.zeroweb.attachment.enumeration.AttachmentStatusEnum
-
上传中
V
- valueOf(String) - Static method in enum class io.github.xezzon.zeroweb.attachment.enumeration.AttachmentStatusEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.github.xezzon.zeroweb.common.config.FileProviderEnum
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.github.xezzon.zeroweb.attachment.enumeration.AttachmentStatusEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.github.xezzon.zeroweb.common.config.FileProviderEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WriteFileException - Exception Class in io.github.xezzon.zeroweb.common.exception
-
文件写入错误。
- WriteFileException(String, Throwable) - Constructor for exception class io.github.xezzon.zeroweb.common.exception.WriteFileException
-
根据一个已有的异常和指定的错误信息构造一个新的文件写入异常。
- WriteFileException(Throwable) - Constructor for exception class io.github.xezzon.zeroweb.common.exception.WriteFileException
-
根据一个已有的异常构造一个新的文件写入异常。
Z
- ZerowebFileApplication - Class in io.github.xezzon.zeroweb
-
附件管理服务
- ZerowebFileConfig - Class in io.github.xezzon.zeroweb.common.config
-
文件服务相关的配置属性类。
- ZerowebFileConfig() - Constructor for class io.github.xezzon.zeroweb.common.config.ZerowebFileConfig
- ZerowebFsConfig - Class in io.github.xezzon.zeroweb.storage.fs
-
文件系统存储配置。
- ZerowebFsConfig() - Constructor for class io.github.xezzon.zeroweb.storage.fs.ZerowebFsConfig
- ZerowebS3Config - Class in io.github.xezzon.zeroweb.storage.s3
-
将 S3 作为存储后端的配置。
- ZerowebS3Config() - Constructor for class io.github.xezzon.zeroweb.storage.s3.ZerowebS3Config
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form