Uses of Class
org.eclipse.microprofile.openapi.annotations.servers.Server
-
Packages that use Server Package Description org.eclipse.microprofile.openapi.annotations A set of annotations, many derived from Swagger Core library.org.eclipse.microprofile.openapi.annotations.links Annotations to represent a design-time link for a response and the corresponding parameter to be passed to the linked operation.org.eclipse.microprofile.openapi.annotations.servers Annotations to represent servers used for a single API operation or for all operations in an OpenAPI document, as well as a way to represent variables for server URL template substitution. -
-
Uses of Server in org.eclipse.microprofile.openapi.annotations
Methods in org.eclipse.microprofile.openapi.annotations that return Server Modifier and Type Method Description Server[]
servers()
An array of Server Objects, which provide connectivity information to a target server.Server[]
servers()
A list of servers to be used for this Path Item, overriding those defined for the whole API.Server[]
servers()
A list of servers to be used for this operation, overriding those defined for the parent path item or for the whole API. -
Uses of Server in org.eclipse.microprofile.openapi.annotations.links
Methods in org.eclipse.microprofile.openapi.annotations.links that return Server Modifier and Type Method Description Server
server()
An alternative server to service this operation. -
Uses of Server in org.eclipse.microprofile.openapi.annotations.servers
Methods in org.eclipse.microprofile.openapi.annotations.servers that return Server Modifier and Type Method Description Server[]
value()
An array of Server objects which is used to provide connectivity information to a target server.
-