Uses of Interface
io.vertx.openapi.contract.Server
-
Packages that use Server Package Description io.vertx.openapi.contract io.vertx.reactivex.openapi.contract io.vertx.rxjava3.openapi.contract -
-
Uses of Server in io.vertx.openapi.contract
Methods in io.vertx.openapi.contract that return types with arguments of type Server Modifier and Type Method Description List<Server>
OpenAPIContract. getServers()
-
Uses of Server in io.vertx.reactivex.openapi.contract
Methods in io.vertx.reactivex.openapi.contract that return Server Modifier and Type Method Description Server
Server. getDelegate()
Methods in io.vertx.reactivex.openapi.contract with parameters of type Server Modifier and Type Method Description static Server
Server. newInstance(Server arg)
Constructors in io.vertx.reactivex.openapi.contract with parameters of type Server Constructor Description Server(Server delegate)
-
Uses of Server in io.vertx.rxjava3.openapi.contract
Methods in io.vertx.rxjava3.openapi.contract that return Server Modifier and Type Method Description Server
Server. getDelegate()
Methods in io.vertx.rxjava3.openapi.contract with parameters of type Server Modifier and Type Method Description static Server
Server. newInstance(Server arg)
Constructors in io.vertx.rxjava3.openapi.contract with parameters of type Server Constructor Description Server(Server delegate)
-