Uses of Class
io.swagger.v3.oas.annotations.servers.Server
-
Packages that use Server Package Description io.swagger.v3.oas.annotations io.swagger.v3.oas.annotations.links io.swagger.v3.oas.annotations.servers -
-
Uses of Server in io.swagger.v3.oas.annotations
Methods in io.swagger.v3.oas.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()
An alternative server array to service this operation. -
Uses of Server in io.swagger.v3.oas.annotations.links
Methods in io.swagger.v3.oas.annotations.links that return Server Modifier and Type Method Description Server
server()
An alternative server to service this operation. -
Uses of Server in io.swagger.v3.oas.annotations.servers
Methods in io.swagger.v3.oas.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.
-