Uses of Class
org.eclipse.microprofile.openapi.annotations.servers.ServerVariable
-
Packages that use ServerVariable Package Description 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 ServerVariable in org.eclipse.microprofile.openapi.annotations.servers
Methods in org.eclipse.microprofile.openapi.annotations.servers that return ServerVariable Modifier and Type Method Description ServerVariable[]
variables()
An array of variables used for substitution in the server's URL template.
-