Uses of Class
io.github.xezzon.zeroweb.openapi.domain.Openapi
Packages that use Openapi
Package
Description
-
Uses of Openapi in io.github.xezzon.zeroweb.openapi
Methods 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>
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>
OpenapiController.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.domain
Fields in io.github.xezzon.zeroweb.openapi.domain with type parameters of type OpenapiModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<Openapi>
Openapi_.class_
Openapi_.code
Openapi_.destination
static jakarta.persistence.metamodel.SingularAttribute<Openapi,
HttpMethod> Openapi_.httpMethod
Openapi_.id
static jakarta.persistence.metamodel.SingularAttribute<Openapi,
OpenapiStatus> Openapi_.status
-
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.repository
Methods in io.github.xezzon.zeroweb.openapi.repository that return Openapi -
Uses of Openapi in io.github.xezzon.zeroweb.openapi.service
Methods in io.github.xezzon.zeroweb.openapi.service that return OpenapiMethods in io.github.xezzon.zeroweb.openapi.service 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.subscription.domain
Fields in io.github.xezzon.zeroweb.subscription.domain with type parameters of type OpenapiModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<Subscription,
Openapi> Subscription_.openapi