Class Server
java.lang.Object
io.vertx.reactivex.openapi.contract.Server
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
This interface represents the most important attributes of an OpenAPI Server.
Server V3.1
Server V3.0
Server V3.1
Server V3.0
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
Server
-
Server
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
getURL
- Returns:
- the URL of the related server
-
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.- Returns:
- the related base path.
-
newInstance
-