Package io.vertx.openapi.contract
Interface Server
-
- All Superinterfaces:
OpenAPIObject
public interface Server extends OpenAPIObject
This interface represents the most important attributes of an OpenAPI Server.
Server V3.1
Server V3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBasePath()
The base path is used to indicate that the location where the OpenAPI contract is served is different from the path specified in the OpenAPI contract.String
getURL()
-
Methods inherited from interface io.vertx.openapi.contract.OpenAPIObject
getExtensions, getOpenAPIModel
-
-