Hierarchy For All Packages
- io.github.xezzon.zeroweb,
- io.github.xezzon.zeroweb.attachment,
- io.github.xezzon.zeroweb.attachment.entity,
- io.github.xezzon.zeroweb.attachment.enumeration,
- io.github.xezzon.zeroweb.attachment.event,
- io.github.xezzon.zeroweb.attachment.internal,
- io.github.xezzon.zeroweb.attachment.repository,
- io.github.xezzon.zeroweb.common.config,
- io.github.xezzon.zeroweb.common.constant,
- io.github.xezzon.zeroweb.common.exception,
- io.github.xezzon.zeroweb.storage,
- io.github.xezzon.zeroweb.storage.fs,
- io.github.xezzon.zeroweb.storage.s3,
- io.github.xezzon.zeroweb.storage.s3.entity,
- io.github.xezzon.zeroweb.storage.s3.repository
Class Hierarchy
- java.lang.Object
- io.github.xezzon.zeroweb.attachment.Attachment
- io.github.xezzon.zeroweb.attachment.Attachment_
- io.github.xezzon.zeroweb.attachment.AttachmentGrpc.AttachmentImplBase (implements io.github.xezzon.zeroweb.attachment.AttachmentGrpc.AsyncService, io.grpc.BindableService)
- io.github.xezzon.zeroweb.attachment.internal.AttachmentGrpcEndpoint
- io.github.xezzon.zeroweb.attachment.internal.AttachmentHttpEndpoint
- io.github.xezzon.zeroweb.attachment.internal.AttachmentService (implements io.github.xezzon.zeroweb.attachment.IAttachmentService)
- io.github.xezzon.zeroweb.storage.DownloadEndpoint
- io.github.xezzon.zeroweb.common.constant.FileConstant
- io.github.xezzon.zeroweb.storage.fs.FsHttpEndpoint
- io.github.xezzon.zeroweb.storage.fs.FsService (implements io.github.xezzon.zeroweb.storage.IStorageService)
- io.github.xezzon.zeroweb.storage.IStorageService.Factory
- io.github.xezzon.zeroweb.storage.s3.S3Service (implements io.github.xezzon.zeroweb.storage.IStorageService)
- io.github.xezzon.zeroweb.storage.s3.entity.S3UploadId
- io.github.xezzon.zeroweb.storage.s3.entity.S3UploadId_
- io.github.xezzon.zeroweb.storage.StorageContext
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- io.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
- io.github.xezzon.zeroweb.common.exception.IncorrectFileException
- io.github.xezzon.zeroweb.common.exception.UnsupportedFileProviderException
- io.github.xezzon.zeroweb.common.exception.ZerowebRuntimeException
- io.github.xezzon.zeroweb.common.exception.ReadFileException
- io.github.xezzon.zeroweb.common.exception.WriteFileException
- io.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
- java.lang.RuntimeException
- java.lang.Exception
- io.github.xezzon.zeroweb.storage.UploadEndpoint
- io.github.xezzon.zeroweb.ZerowebFileApplication
- io.github.xezzon.zeroweb.common.config.ZerowebFileConfig
- io.github.xezzon.zeroweb.storage.fs.ZerowebFsConfig
- io.github.xezzon.zeroweb.storage.s3.ZerowebS3Config
Interface Hierarchy
- io.github.xezzon.zeroweb.attachment.IAttachmentService
- io.github.xezzon.zeroweb.storage.IStorageService
- org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>
- io.github.xezzon.zeroweb.attachment.repository.AttachmentRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>) - io.github.xezzon.zeroweb.storage.s3.repository.S3UploadIdRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>)
- io.github.xezzon.zeroweb.attachment.repository.AttachmentRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.query.QueryByExampleExecutor<T>
- org.springframework.data.jpa.repository.JpaRepository<T,
ID> (also extends org.springframework.data.repository.ListCrudRepository<T, ID>, org.springframework.data.repository.ListPagingAndSortingRepository<T, ID>) - io.github.xezzon.zeroweb.attachment.repository.AttachmentRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- io.github.xezzon.zeroweb.storage.s3.repository.S3UploadIdRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.Repository<T,
ID> - org.springframework.data.repository.CrudRepository<T,
ID> - org.springframework.data.repository.ListCrudRepository<T,
ID> - org.springframework.data.jpa.repository.JpaRepository<T,
ID> (also extends org.springframework.data.repository.ListPagingAndSortingRepository<T, ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>) - io.github.xezzon.zeroweb.attachment.repository.AttachmentRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- io.github.xezzon.zeroweb.storage.s3.repository.S3UploadIdRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.ListCrudRepository<T,
- org.springframework.data.repository.PagingAndSortingRepository<T,
ID> - org.springframework.data.repository.ListPagingAndSortingRepository<T,
ID> - org.springframework.data.jpa.repository.JpaRepository<T,
ID> (also extends org.springframework.data.repository.ListCrudRepository<T, ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>) - io.github.xezzon.zeroweb.attachment.repository.AttachmentRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- io.github.xezzon.zeroweb.storage.s3.repository.S3UploadIdRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.ListPagingAndSortingRepository<T,
- org.springframework.data.repository.CrudRepository<T,
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- io.github.xezzon.zeroweb.attachment.enumeration.AttachmentStatusEnum
- io.github.xezzon.zeroweb.common.config.FileProviderEnum
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
Record Class Hierarchy
- java.lang.Object
- java.lang.Record
- io.github.xezzon.zeroweb.attachment.entity.AddAttachmentReq (implements io.github.xezzon.zeroweb.core.trait.Into<T>)
- io.github.xezzon.zeroweb.attachment.event.AttachmentCreatedEvent
- io.github.xezzon.zeroweb.attachment.event.AttachmentDeletedEvent
- io.github.xezzon.zeroweb.attachment.event.AttachmentUploadedEvent
- io.github.xezzon.zeroweb.attachment.entity.UploadInfo
- java.lang.Record