Uses of Class
io.github.xezzon.zeroweb.openapi.Openapi
Packages that use Openapi
Package
Description
-
Uses of Openapi in io.github.xezzon.zeroweb.openapi
Fields in io.github.xezzon.zeroweb.openapi with type parameters of type OpenapiModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<Openapi>Openapi_.class_Openapi_.codeOpenapi_.destinationstatic jakarta.persistence.metamodel.SingularAttribute<Openapi,HttpMethod> Openapi_.httpMethodOpenapi_.idstatic jakarta.persistence.metamodel.SingularAttribute<Openapi,OpenapiStatus> Openapi_.statusMethods in io.github.xezzon.zeroweb.openapi that return OpenapiMethods in io.github.xezzon.zeroweb.openapi that return types with arguments of type OpenapiModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Openapi>IOpenapiService4Subscription.listPublishedOpenapi(io.github.xezzon.zeroweb.core.odata.ODataQueryOption odata) 查询符合条件的OpenAPI列表 -
Uses of Openapi in io.github.xezzon.zeroweb.openapi.entity
Methods in io.github.xezzon.zeroweb.openapi.entity that return Openapi -
Uses of Openapi in io.github.xezzon.zeroweb.openapi.internal
Methods in io.github.xezzon.zeroweb.openapi.internal that return OpenapiMethods in io.github.xezzon.zeroweb.openapi.internal that return types with arguments of type OpenapiModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Openapi>OpenapiDAO.findAll(io.github.xezzon.zeroweb.core.odata.ODataQueryOption odata) io.github.xezzon.zeroweb.common.jpa.BaseDAO.ICopier<Openapi>OpenapiDAO.getCopier()org.springframework.data.domain.Page<Openapi>OpenapiHttpEndpoint.getOpenapiList(io.github.xezzon.zeroweb.core.odata.ODataRequestParam odata) 获取`对外接口`列表的分页数据org.springframework.data.domain.Page<Openapi>OpenapiDAO.listPublishedOpenapi(io.github.xezzon.zeroweb.core.odata.ODataQueryOption odata) org.springframework.data.domain.Page<Openapi>OpenapiService.listPublishedOpenapi(io.github.xezzon.zeroweb.core.odata.ODataQueryOption odata) -
Uses of Openapi in io.github.xezzon.zeroweb.openapi.repository
Methods in io.github.xezzon.zeroweb.openapi.repository that return Openapi -
Uses of Openapi in io.github.xezzon.zeroweb.subscription
Fields in io.github.xezzon.zeroweb.subscription with type parameters of type OpenapiModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<Subscription,Openapi> Subscription_.openapi