| Package | Description |
|---|---|
| io.swagger.v3.oas.models | |
| io.swagger.v3.oas.models.callbacks |
| Modifier and Type | Method and Description |
|---|---|
PathItem |
PathItem.$ref(String $ref) |
PathItem |
PathItem.addParametersItem(Parameter parametersItem) |
PathItem |
PathItem.addServersItem(Server serversItem) |
PathItem |
PathItem.delete(Operation delete) |
PathItem |
PathItem.description(String description) |
PathItem |
PathItem.extensions(Map<String,Object> extensions) |
PathItem |
PathItem.get(Operation get) |
PathItem |
PathItem.head(Operation head) |
PathItem |
PathItem.options(Operation options) |
PathItem |
PathItem.parameters(List<Parameter> parameters) |
PathItem |
PathItem.patch(Operation patch) |
PathItem |
PathItem.post(Operation post) |
PathItem |
PathItem.put(Operation put) |
PathItem |
PathItem.servers(List<Server> servers) |
PathItem |
PathItem.summary(String summary) |
PathItem |
PathItem.trace(Operation trace) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,PathItem> |
Components.getPathItems()
returns the path items property from a Components instance.
|
Map<String,PathItem> |
OpenAPI.getWebhooks()
returns the webhooks property from a OpenAPI instance.
|
| Modifier and Type | Method and Description |
|---|---|
Components |
Components.addPathItem(String key,
PathItem pathItem) |
Paths |
Paths.addPathItem(String name,
PathItem item) |
OpenAPI |
OpenAPI.addWebhooks(String key,
PathItem pathItem) |
OpenAPI |
OpenAPI.path(String name,
PathItem path) |
| Modifier and Type | Method and Description |
|---|---|
Components |
Components.pathItems(Map<String,PathItem> pathItems) |
void |
Components.setPathItems(Map<String,PathItem> pathItems) |
void |
OpenAPI.setWebhooks(Map<String,PathItem> webhooks) |
OpenAPI |
OpenAPI.webhooks(Map<String,PathItem> webhooks) |
| Modifier and Type | Method and Description |
|---|---|
Callback |
Callback.addPathItem(String name,
PathItem item) |
Copyright © 2023. All rights reserved.