Hierarchy For All Packages
Package Hierarchies:- io.github.xezzon.zeroweb,
- io.github.xezzon.zeroweb.call,
- io.github.xezzon.zeroweb.common.exception,
- io.github.xezzon.zeroweb.openapi,
- io.github.xezzon.zeroweb.openapi.domain,
- io.github.xezzon.zeroweb.openapi.entity,
- io.github.xezzon.zeroweb.openapi.repository,
- io.github.xezzon.zeroweb.openapi.service,
- io.github.xezzon.zeroweb.subscription,
- io.github.xezzon.zeroweb.subscription.domain,
- io.github.xezzon.zeroweb.subscription.entity,
- io.github.xezzon.zeroweb.subscription.repository,
- io.github.xezzon.zeroweb.subscription.service,
- io.github.xezzon.zeroweb.third_party_app,
- io.github.xezzon.zeroweb.third_party_app.domain,
- io.github.xezzon.zeroweb.third_party_app.entity,
- io.github.xezzon.zeroweb.third_party_app.repository,
- io.github.xezzon.zeroweb.third_party_app.service
Class Hierarchy
- java.lang.Object
- io.github.xezzon.zeroweb.third_party_app.domain.AccessSecret
- io.github.xezzon.zeroweb.third_party_app.domain.AccessSecret_
- io.github.xezzon.zeroweb.common.jpa.BaseDAO<T,
I, M> (implements io.github.xezzon.tao.trait.NewType<T>) - io.github.xezzon.zeroweb.openapi.OpenapiDAO
- io.github.xezzon.zeroweb.subscription.SubscriptionDAO
- io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppDAO
- io.github.xezzon.zeroweb.common.exception.GlobalExceptionHandler
- io.github.xezzon.zeroweb.common.exception.OpenExceptionHandler
- io.github.xezzon.zeroweb.openapi.domain.Openapi (implements io.github.xezzon.zeroweb.common.jpa.IEntity<T>)
- io.github.xezzon.zeroweb.openapi.domain.Openapi_
- io.github.xezzon.zeroweb.openapi.OpenapiController
- io.github.xezzon.zeroweb.openapi.OpenapiService (implements io.github.xezzon.zeroweb.openapi.service.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.domain.Subscription (implements io.github.xezzon.zeroweb.common.jpa.IEntity<T>)
- io.github.xezzon.zeroweb.subscription.domain.Subscription_
- io.github.xezzon.zeroweb.call.SubscriptionCallController
- io.github.xezzon.zeroweb.subscription.SubscriptionController
- io.github.xezzon.zeroweb.subscription.SubscriptionService (implements io.github.xezzon.zeroweb.subscription.service.ISubscriptionService4Call, io.github.xezzon.zeroweb.subscription.service.ISubscriptionService4ThirdPartyApp)
- io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp (implements io.github.xezzon.zeroweb.common.jpa.IEntity<T>)
- io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp_
- io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppController
- io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppService (implements io.github.xezzon.zeroweb.third_party_app.service.IThirdPartyAppService, io.github.xezzon.zeroweb.third_party_app.service.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.service.IOpenapiService4Subscription
- io.github.xezzon.zeroweb.subscription.service.ISubscriptionService4Call
- io.github.xezzon.zeroweb.subscription.service.ISubscriptionService4ThirdPartyApp
- io.github.xezzon.zeroweb.third_party_app.service.IThirdPartyAppService
- io.github.xezzon.zeroweb.third_party_app.service.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.domain.HttpMethod (implements io.github.xezzon.tao.dict.IDict)
- io.github.xezzon.zeroweb.openapi.domain.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.domain.SubscriptionStatus (implements io.github.xezzon.tao.dict.IDict)
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)