Uses of Class
io.helidon.openapi.OpenApiDocument.PathItem
Packages that use OpenApiDocument.PathItem
-
Uses of OpenApiDocument.PathItem in io.helidon.openapi
Classes in io.helidon.openapi that implement interfaces with type arguments of type OpenApiDocument.PathItemModifier and TypeClassDescriptionstatic final classOpenAPI path item builder.Methods in io.helidon.openapi that return OpenApiDocument.PathItemMethods in io.helidon.openapi that return types with arguments of type OpenApiDocument.PathItemModifier and TypeMethodDescriptionOpenApiDocument.Callback.expressions()Callback path items keyed by runtime expression.OpenApiDocument.paths()Path items keyed by OpenAPI path template.OpenApiDocument.webhooks()Webhooks keyed by name.Methods in io.helidon.openapi with parameters of type OpenApiDocument.PathItemModifier and TypeMethodDescriptionOpenApiDocument.CallbackBuilder.expression(String expression, OpenApiDocument.PathItem pathItem) Add a callback path item.OpenApiDocument.Builder.path(String path, OpenApiDocument.PathItem pathItem) Add or merge a path item.OpenApiDocument.ComponentsBuilder.pathItem(String name, OpenApiDocument.PathItem pathItem) Set path item.OpenApiDocument.Builder.webhook(String name, OpenApiDocument.PathItem pathItem) Add or merge a webhook path item.Method parameters in io.helidon.openapi with type arguments of type OpenApiDocument.PathItemModifier and TypeMethodDescriptionOpenApiDocument.Builder.paths(Map<String, OpenApiDocument.PathItem> paths) Add or merge path items.OpenApiDocument.Builder.webhooks(Map<String, OpenApiDocument.PathItem> webhooks) Add or merge webhook path items.