Class OpenApiDocument.PathItem
java.lang.Object
io.helidon.openapi.OpenApiDocument.PathItem
- Enclosing class:
OpenApiDocument
OpenAPI Path Item Object.
-
Method Details
-
builder
Create a new path item builder.- Returns:
- builder
-
name
OpenAPI path template, webhook name, or callback expression.- Returns:
- path template or webhook name
-
operations
Operations keyed by lowercase HTTP method orquery.- Returns:
- operations
-
additionalOperations
Additional operations keyed by method name.- Returns:
- additional operations
-
parameters
-