Package io.vertx.mutiny.ext.web.openapi
Class Operation
java.lang.Object
io.vertx.mutiny.ext.web.openapi.Operation
- All Implemented Interfaces:
MutinyDelegate
Interface representing an Operation
NOTE: This class has been automatically generated from the
original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
failureHandler
(Consumer<RoutingContext> handler) io.vertx.ext.web.openapi.Operation
io.vertx.core.http.HttpMethod
io.vertx.core.json.JsonObject
handler
(Consumer<RoutingContext> handler) int
hashCode()
static Operation
newInstance
(io.vertx.ext.web.openapi.Operation arg) routeToEventBus
(String address) routeToEventBus
(String address, io.vertx.core.eventbus.DeliveryOptions options) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
Operation
public Operation(io.vertx.ext.web.openapi.Operation delegate) -
Operation
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.openapi.Operation getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
handler
- Parameters:
handler
-- Returns:
-
failureHandler
- Parameters:
handler
-- Returns:
-
routeToEventBus
- Parameters:
address
-- Returns:
-
routeToEventBus
- Parameters:
address
-options
-- Returns:
-
getOperationId
- Returns:
- operationId of this operation
-
getOperationModel
public io.vertx.core.json.JsonObject getOperationModel()- Returns:
- model of this operation
-
getHttpMethod
public io.vertx.core.http.HttpMethod getHttpMethod()- Returns:
- http method of this operation
-
getOpenAPIPath
- Returns:
- path in OpenAPI style
-
newInstance
-