Hierarchy For All Packages
Package Hierarchies:- io.github.xezzon.zeroweb,
- io.github.xezzon.zeroweb.call.internal,
- io.github.xezzon.zeroweb.common.exception,
- io.github.xezzon.zeroweb.openapi,
- io.github.xezzon.zeroweb.openapi.entity,
- io.github.xezzon.zeroweb.openapi.enumeration,
- io.github.xezzon.zeroweb.openapi.internal,
- io.github.xezzon.zeroweb.openapi.repository,
- io.github.xezzon.zeroweb.subscription,
- io.github.xezzon.zeroweb.subscription.entity,
- io.github.xezzon.zeroweb.subscription.enumeration,
- io.github.xezzon.zeroweb.subscription.internal,
- io.github.xezzon.zeroweb.subscription.repository,
- io.github.xezzon.zeroweb.third_party_app,
- io.github.xezzon.zeroweb.third_party_app.entity,
- io.github.xezzon.zeroweb.third_party_app.internal,
- io.github.xezzon.zeroweb.third_party_app.repository
Class Hierarchy
- java.lang.Object
- io.github.xezzon.zeroweb.third_party_app.AccessSecret
- io.github.xezzon.zeroweb.third_party_app.AccessSecret_
- io.github.xezzon.zeroweb.common.jpa.BaseDAO<T,
I, M> (implements io.github.xezzon.tao.trait.NewType<T>) - io.github.xezzon.zeroweb.openapi.internal.OpenapiDAO
- io.github.xezzon.zeroweb.third_party_app.internal.ThirdPartyAppDAO
- io.github.xezzon.zeroweb.common.exception.GlobalExceptionHandler
- io.github.xezzon.zeroweb.common.exception.OpenExceptionHandler
- io.github.xezzon.zeroweb.openapi.Openapi (implements io.github.xezzon.zeroweb.common.jpa.IEntity<T>)
- io.github.xezzon.zeroweb.openapi.Openapi_
- io.github.xezzon.zeroweb.openapi.internal.OpenapiHttpEndpoint
- io.github.xezzon.zeroweb.openapi.internal.OpenapiService (implements io.github.xezzon.zeroweb.openapi.IOpenapiService4Subscription)
- java.lang.Record
- io.github.xezzon.zeroweb.openapi.entity.AddOpenapiReq (implements io.github.xezzon.tao.trait.Into<T>)
- io.github.xezzon.zeroweb.subscription.entity.AddSubscriptionReq (implements io.github.xezzon.tao.trait.Into<T>)
- io.github.xezzon.zeroweb.third_party_app.entity.AddThirdPartyAppReq (implements io.github.xezzon.tao.trait.Into<T>)
- io.github.xezzon.zeroweb.openapi.entity.ModifyOpenapiReq (implements io.github.xezzon.tao.trait.Into<T>)
- io.github.xezzon.zeroweb.subscription.Subscription (implements io.github.xezzon.zeroweb.common.jpa.IEntity<T>)
- io.github.xezzon.zeroweb.subscription.Subscription_
- io.github.xezzon.zeroweb.call.internal.SubscriptionCallHttpEndpoint
- io.github.xezzon.zeroweb.subscription.internal.SubscriptionHttpEndpoint
- io.github.xezzon.zeroweb.subscription.internal.SubscriptionService (implements io.github.xezzon.zeroweb.subscription.ISubscriptionService4Call, io.github.xezzon.zeroweb.subscription.ISubscriptionService4ThirdPartyApp)
- io.github.xezzon.zeroweb.third_party_app.ThirdPartyApp (implements io.github.xezzon.zeroweb.common.jpa.IEntity<T>)
- io.github.xezzon.zeroweb.third_party_app.ThirdPartyApp_
- io.github.xezzon.zeroweb.third_party_app.internal.ThirdPartyAppHttpEndpoint
- io.github.xezzon.zeroweb.third_party_app.internal.ThirdPartyAppService (implements io.github.xezzon.zeroweb.third_party_app.IThirdPartyAppService, io.github.xezzon.zeroweb.third_party_app.IThirdPartyAppService4Call)
- io.github.xezzon.zeroweb.third_party_app.repository.ThirdPartyAppSpec
- 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.InvalidAccessKeyException
- io.github.xezzon.zeroweb.common.exception.PublishedOpenapiCannotBeModifyException
- io.github.xezzon.zeroweb.common.exception.UnpublishedOpenapiCannotBeSubscribeException
- io.github.xezzon.zeroweb.common.exception.UnsubscribeOpenapiException
- io.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
- java.lang.RuntimeException
- java.lang.Exception
- io.github.xezzon.zeroweb.ZerowebOpenApplication
Interface Hierarchy
- io.github.xezzon.zeroweb.openapi.IOpenapiService4Subscription
- io.github.xezzon.zeroweb.subscription.ISubscriptionService4Call
- io.github.xezzon.zeroweb.subscription.ISubscriptionService4ThirdPartyApp
- io.github.xezzon.zeroweb.third_party_app.IThirdPartyAppService
- io.github.xezzon.zeroweb.third_party_app.IThirdPartyAppService4Call
- org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>
- io.github.xezzon.zeroweb.openapi.repository.OpenapiRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>) - io.github.xezzon.zeroweb.subscription.repository.SubscriptionRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>) - io.github.xezzon.zeroweb.third_party_app.repository.ThirdPartyAppRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>)
- io.github.xezzon.zeroweb.openapi.repository.OpenapiRepository (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.third_party_app.repository.AccessSecretRepository
- io.github.xezzon.zeroweb.openapi.repository.OpenapiRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- io.github.xezzon.zeroweb.subscription.repository.SubscriptionRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- io.github.xezzon.zeroweb.third_party_app.repository.ThirdPartyAppRepository (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.third_party_app.repository.AccessSecretRepository
- io.github.xezzon.zeroweb.openapi.repository.OpenapiRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- io.github.xezzon.zeroweb.subscription.repository.SubscriptionRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- io.github.xezzon.zeroweb.third_party_app.repository.ThirdPartyAppRepository (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.third_party_app.repository.AccessSecretRepository
- io.github.xezzon.zeroweb.openapi.repository.OpenapiRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- io.github.xezzon.zeroweb.subscription.repository.SubscriptionRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- io.github.xezzon.zeroweb.third_party_app.repository.ThirdPartyAppRepository (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.openapi.enumeration.HttpMethod (implements io.github.xezzon.tao.dict.IDict)
- io.github.xezzon.zeroweb.openapi.enumeration.OpenapiStatus (implements io.github.xezzon.tao.dict.IDict)
- io.github.xezzon.zeroweb.common.exception.OpenErrorCode (implements io.github.xezzon.zeroweb.core.error.IErrorCode)
- io.github.xezzon.zeroweb.subscription.enumeration.SubscriptionStatus (implements io.github.xezzon.tao.dict.IDict)
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)