Uses of Enum Class
io.github.xezzon.zeroweb.common.config.FileProviderEnum
Packages that use FileProviderEnum
Package
Description
-
Uses of FileProviderEnum in io.github.xezzon.zeroweb.attachment
Fields in io.github.xezzon.zeroweb.attachment with type parameters of type FileProviderEnumModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<Attachment, FileProviderEnum> Attachment_.providerStatic metamodel for attributeAttachment.provider -
Uses of FileProviderEnum in io.github.xezzon.zeroweb.attachment.entity
Methods in io.github.xezzon.zeroweb.attachment.entity that return FileProviderEnumModifier and TypeMethodDescriptionUploadInfo.provider()Returns the value of theproviderrecord component.Constructors in io.github.xezzon.zeroweb.attachment.entity with parameters of type FileProviderEnumModifierConstructorDescriptionUploadInfo(String id, FileProviderEnum provider, int partCount, long partSize) Creates an instance of aUploadInforecord class. -
Uses of FileProviderEnum in io.github.xezzon.zeroweb.common.config
Subclasses with type arguments of type FileProviderEnum in io.github.xezzon.zeroweb.common.configMethods in io.github.xezzon.zeroweb.common.config that return FileProviderEnumModifier and TypeMethodDescriptionstatic FileProviderEnumReturns the enum constant of this class with the specified name.static FileProviderEnum[]FileProviderEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FileProviderEnum in io.github.xezzon.zeroweb.common.exception
Constructors in io.github.xezzon.zeroweb.common.exception with parameters of type FileProviderEnumModifierConstructorDescription构造一个启用的存储后端未正确配置的异常。 -
Uses of FileProviderEnum in io.github.xezzon.zeroweb.storage
Methods in io.github.xezzon.zeroweb.storage that return FileProviderEnumMethods in io.github.xezzon.zeroweb.storage with parameters of type FileProviderEnumModifier and TypeMethodDescriptionIStorageService.Factory.get(FileProviderEnum provider) 根据文件提供者类型获取对应的存储服务 -
Uses of FileProviderEnum in io.github.xezzon.zeroweb.storage.fs
Methods in io.github.xezzon.zeroweb.storage.fs that return FileProviderEnum -
Uses of FileProviderEnum in io.github.xezzon.zeroweb.storage.s3
Methods in io.github.xezzon.zeroweb.storage.s3 that return FileProviderEnum