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_Static metamodel type forOpenapiOpenapi_.codeStatic metamodel for attributeOpenapi.codeOpenapi_.destinationStatic metamodel for attributeOpenapi.destinationstatic jakarta.persistence.metamodel.SingularAttribute<Openapi, HttpMethod> Openapi_.httpMethodStatic metamodel for attributeOpenapi.httpMethodOpenapi_.idStatic metamodel for attributeOpenapi.idstatic jakarta.persistence.metamodel.SingularAttribute<Openapi, OpenapiStatus> Openapi_.statusStatic metamodel for attributeOpenapi.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<@NonNull Openapi> IOpenapiService4Subscription.listPublishedOpenapi(io.github.xezzon.zeroweb.core.odata.ODataQueryOption odata) 查询符合条件的OpenAPI列表 -
Uses of Openapi in io.github.xezzon.zeroweb.openapi.entity
Classes in io.github.xezzon.zeroweb.openapi.entity that implement interfaces with type arguments of type OpenapiModifier and TypeClassDescriptionfinal record新增对外接口请求对象final record修改对外接口请求对象Methods in io.github.xezzon.zeroweb.openapi.entity that return Openapi -
Uses of Openapi in io.github.xezzon.zeroweb.openapi.internal
Subclasses with type arguments of type Openapi in io.github.xezzon.zeroweb.openapi.internalMethods 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<@NonNull 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<@NonNull Openapi> OpenapiService.listPublishedOpenapi(io.github.xezzon.zeroweb.core.odata.ODataQueryOption odata) -
Uses of Openapi in io.github.xezzon.zeroweb.openapi.repository
Subinterfaces with type arguments of type Openapi in io.github.xezzon.zeroweb.openapi.repositoryModifier and TypeInterfaceDescriptioninterface对外接口数据访问仓库接口interface对外接口数据访问仓库接口Methods in io.github.xezzon.zeroweb.openapi.repository that return types with arguments of type 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_.openapiStatic metamodel for attributeSubscription.openapi