Uses of Interface
io.vertx.openapi.contract.Response
-
Packages that use Response Package Description io.vertx.openapi.contract io.vertx.reactivex.openapi.contract io.vertx.rxjava3.openapi.contract -
-
Uses of Response in io.vertx.openapi.contract
Methods in io.vertx.openapi.contract that return Response Modifier and Type Method Description Response
Operation. getDefaultResponse()
Response
Operation. getResponse(int responseCode)
Returns the response to the passed response code or null. -
Uses of Response in io.vertx.reactivex.openapi.contract
Methods in io.vertx.reactivex.openapi.contract that return Response Modifier and Type Method Description Response
Response. getDelegate()
Methods in io.vertx.reactivex.openapi.contract with parameters of type Response Modifier and Type Method Description static Response
Response. newInstance(Response arg)
Constructors in io.vertx.reactivex.openapi.contract with parameters of type Response Constructor Description Response(Response delegate)
-
Uses of Response in io.vertx.rxjava3.openapi.contract
Methods in io.vertx.rxjava3.openapi.contract that return Response Modifier and Type Method Description Response
Response. getDelegate()
Methods in io.vertx.rxjava3.openapi.contract with parameters of type Response Modifier and Type Method Description static Response
Response. newInstance(Response arg)
Constructors in io.vertx.rxjava3.openapi.contract with parameters of type Response Constructor Description Response(Response delegate)
-