OpenAPI |
OpenAPI.addSecurityRequirement(SecurityRequirement securityRequirement) |
Adds the given security requirement to this OpenAPI instance's list of security requirements.
|
OpenAPI |
OpenAPI.addServer(Server server) |
Adds the given server to this OpenAPI instance's list of servers.
|
OpenAPI |
OpenAPI.addTag(Tag tag) |
Adds the given tag to this OpenAPI instance's list of tags.
|
OpenAPI |
OpenAPI.addWebhook(String name,
PathItem webhook) |
Adds a webhook definition.
|
default OpenAPI |
OpenAPI.components(Components components) |
Sets this OpenAPI instance's components property to the given components.
|
default OpenAPI |
OpenAPI.externalDocs(ExternalDocumentation externalDocs) |
Sets this OpenAPI instance's externalDocs property to the given object.
|
default OpenAPI |
OpenAPI.info(Info info) |
Sets this OpenAPI instance's info property to the given object.
|
default OpenAPI |
OpenAPI.openapi(String openapi) |
Sets this OpenAPI instance's openapi property to the given string.
|
default OpenAPI |
OpenAPI.paths(Paths paths) |
Sets this OpenAPI instance's paths property to the given paths.
|
default OpenAPI |
OpenAPI.security(List<SecurityRequirement> security) |
Sets this OpenAPI instance's security property to the given list.
|
default OpenAPI |
OpenAPI.servers(List<Server> servers) |
Sets this OpenAPI instance's servers property to the given servers.
|
default OpenAPI |
OpenAPI.tags(List<Tag> tags) |
Sets this OpenAPI instance's tags property to the given tags.
|
default OpenAPI |
OpenAPI.webhooks(Map<String,PathItem> webhooks) |
Sets the webhooks property of this OpenAPI instance.
|