Hierarchy For All Packages
Package Hierarchies:- io.github.xezzon.zeroweb.auth,
- io.github.xezzon.zeroweb.auth.entity,
- io.github.xezzon.zeroweb.common.config,
- io.github.xezzon.zeroweb.common.constant,
- io.github.xezzon.zeroweb.common.context,
- io.github.xezzon.zeroweb.common.domain,
- io.github.xezzon.zeroweb.common.exception,
- io.github.xezzon.zeroweb.common.i18n,
- io.github.xezzon.zeroweb.common.jpa,
- io.github.xezzon.zeroweb.common.marker,
- io.github.xezzon.zeroweb.common.otlp,
- io.github.xezzon.zeroweb.common.redis,
- io.github.xezzon.zeroweb.common.validator,
- io.github.xezzon.zeroweb.core.crypto,
- io.github.xezzon.zeroweb.core.error,
- io.github.xezzon.zeroweb.core.odata,
- io.github.xezzon.zeroweb.core.util,
- io.github.xezzon.zeroweb.dict
Class Hierarchy
- java.lang.Object
- io.github.xezzon.zeroweb.common.context.ApplicationContextProvider (implements org.springframework.context.ApplicationContextAware)
- io.github.xezzon.zeroweb.common.jpa.BaseDAO<T,
I, M> (implements io.github.xezzon.tao.trait.NewType<T>) - io.github.xezzon.zeroweb.common.jpa.BaseSpecs
- io.github.xezzon.zeroweb.common.constant.CharacterConstant
- io.github.xezzon.zeroweb.common.constant.DatabaseConstant
- io.github.xezzon.zeroweb.core.crypto.DerStringReader (implements io.github.xezzon.zeroweb.core.crypto.ASN1PublicKeyReader)
- io.github.xezzon.zeroweb.dict.DictRpcHandler (implements io.github.xezzon.zeroweb.dict.DictImporter, io.github.xezzon.zeroweb.common.marker.RpcTrait)
- io.github.xezzon.zeroweb.dict.DictScanner (implements org.springframework.boot.CommandLineRunner, org.springframework.context.annotation.ImportBeanDefinitionRegistrar)
- io.github.xezzon.zeroweb.common.exception.ErrorDetail
- io.github.xezzon.zeroweb.common.marker.ExcludeDbTrait (implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar)
- io.github.xezzon.zeroweb.common.exception.GlobalExceptionHandler
- io.github.xezzon.zeroweb.common.jpa.HibernateIdGenerator (implements org.hibernate.id.IdentifierGenerator)
- io.github.xezzon.zeroweb.common.i18n.I18nConfig
- io.github.xezzon.zeroweb.common.i18n.I18nUtil
- io.github.xezzon.zeroweb.common.i18n.I18nUtil.I18nMessageFormatter
- io.github.xezzon.zeroweb.auth.JwtAuth
- io.github.xezzon.zeroweb.auth.JwtFilter (implements jakarta.servlet.Filter)
- io.github.xezzon.zeroweb.core.odata.ODataQueryOption
- io.github.xezzon.zeroweb.common.domain.PagedModel<T>
- io.github.xezzon.zeroweb.common.domain.PagedModel.PageMetadata
- io.github.xezzon.zeroweb.core.crypto.PemClasspathReaderAndWriter (implements io.github.xezzon.zeroweb.core.crypto.ASN1PrivateKeyReader, io.github.xezzon.zeroweb.core.crypto.ASN1PrivateKeyWriter, io.github.xezzon.zeroweb.core.crypto.ASN1PublicKeyReader, io.github.xezzon.zeroweb.core.crypto.ASN1PublicKeyWriter)
- java.lang.Record
- io.github.xezzon.zeroweb.common.exception.ErrorResponse
- io.github.xezzon.zeroweb.common.domain.Id
- io.github.xezzon.zeroweb.auth.entity.JwtClaimWrapper (implements io.github.xezzon.tao.trait.Into<T>, io.github.xezzon.tao.trait.NewType<T>)
- io.github.xezzon.zeroweb.core.odata.ODataRequestParam (implements io.github.xezzon.tao.trait.Into<T>)
- io.github.xezzon.zeroweb.common.redis.RedisTemplateFactory
- io.github.xezzon.zeroweb.core.util.ResourceUtil
- io.github.xezzon.zeroweb.auth.SaTokenConfigure (implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer)
- io.github.xezzon.zeroweb.core.crypto.SecretKeyUtil
- io.github.xezzon.zeroweb.auth.TestJwtGenerator
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- io.github.xezzon.zeroweb.core.error.BreakException
- java.lang.RuntimeException
- io.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
- io.github.xezzon.zeroweb.common.exception.DataPermissionForbiddenException
- io.github.xezzon.zeroweb.common.exception.RepeatDataException
- io.github.xezzon.zeroweb.common.exception.ZerowebRuntimeException
- io.github.xezzon.zeroweb.common.exception.InvalidSessionException
- io.github.xezzon.zeroweb.common.exception.InvalidTokenException
- io.github.xezzon.zeroweb.common.exception.NoValidClasspathException
- io.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
- java.lang.Exception
- io.github.xezzon.zeroweb.common.otlp.TraceAspect
- io.github.xezzon.zeroweb.common.otlp.UserSpanAttributeFilter (implements jakarta.servlet.Filter)
- io.github.xezzon.zeroweb.common.jpa.UuidIdGenerator (implements io.github.xezzon.tao.data.IdGenerator)
- io.github.xezzon.zeroweb.common.config.ZerowebConfig
- io.github.xezzon.zeroweb.common.config.ZerowebConfig.ZerowebJwtConfig
Interface Hierarchy
- io.github.xezzon.zeroweb.core.crypto.ASN1PrivateKeyReader
- io.github.xezzon.zeroweb.core.crypto.ASN1PrivateKeyWriter
- io.github.xezzon.zeroweb.core.crypto.ASN1PublicKeyReader
- io.github.xezzon.zeroweb.core.crypto.ASN1PublicKeyWriter
- io.github.xezzon.zeroweb.common.jpa.BaseDAO.ICopier<T>
- io.github.xezzon.zeroweb.common.jpa.BaseDAO.UpdateCriteriaBuilder<T>
- io.github.xezzon.zeroweb.common.marker.DbTrait
- io.github.xezzon.zeroweb.dict.DictImporter
- io.github.xezzon.zeroweb.common.jpa.IEntity<T>
- io.github.xezzon.zeroweb.core.error.IErrorCode
- io.github.xezzon.zeroweb.common.marker.RpcTrait
Annotation Interface Hierarchy
- io.github.xezzon.zeroweb.common.validator.Alphanumeric (implements java.lang.annotation.Annotation)
- io.github.xezzon.zeroweb.dict.EnableDictScan (implements java.lang.annotation.Annotation)
- io.github.xezzon.zeroweb.common.jpa.IdGenerator (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)
- io.github.xezzon.zeroweb.common.exception.CommonErrorCode (implements io.github.xezzon.zeroweb.core.error.IErrorCode)
- io.github.xezzon.zeroweb.core.error.ErrorSourceType
- io.github.xezzon.zeroweb.common.config.ZerowebConfig.IdGeneratorEnum
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)