Uses of Interface
io.vertx.openapi.contract.Operation
Packages that use Operation
Package
Description
-
Uses of Operation in io.vertx.ext.web.api.service
Methods in io.vertx.ext.web.api.service with parameters of type OperationModifier and TypeMethodDescriptionstatic OpenAPIRouterHandlerOpenAPIRouterHandler.create(Vertx vertx, Operation operation, DeliveryOptions deliveryOptions, BiFunction<Operation, RoutingContext, JsonObject> extraPayloadMapper, ResponseValidator validator) static OpenAPIRouterHandlerOpenAPIRouterHandler.create(Vertx vertx, Operation operation, ResponseValidator validator) Creates a new OpenAPIRouterHandler to forward requests from OpenAPI Router to Web API Service Proxies.Method parameters in io.vertx.ext.web.api.service with type arguments of type OperationModifier and TypeMethodDescriptionstatic OpenAPIRouterHandlerOpenAPIRouterHandler.create(Vertx vertx, Operation operation, DeliveryOptions deliveryOptions, BiFunction<Operation, RoutingContext, JsonObject> extraPayloadMapper, ResponseValidator validator) -
Uses of Operation in io.vertx.ext.web.openapi.router
Methods in io.vertx.ext.web.openapi.router that return OperationMethods in io.vertx.ext.web.openapi.router with parameters of type OperationModifier and TypeMethodDescriptionRequestExtractor.extractValidatableRequest(RoutingContext routingContext, Operation operation) Extracts and transforms the parameters and the body of an incoming request into aformatthat can be validated by theRequestValidator. -
Uses of Operation in io.vertx.openapi.contract
Methods in io.vertx.openapi.contract that return OperationModifier and TypeMethodDescriptionOpenAPIContract.findOperation(String urlPath, HttpMethod method) Finds the relatedOperationobject based on the passed url path and method.Access to an operation defined in the contract withoperationId.Methods in io.vertx.openapi.contract that return types with arguments of type Operation -
Uses of Operation in io.vertx.openapi.validation
Methods in io.vertx.openapi.validation with parameters of type OperationModifier and TypeMethodDescriptionstatic Future<ValidatableRequest> RequestUtils.extract(HttpServerRequest request, Operation operation) Extracts and transforms the parameters and the body of an incoming request into aformatthat can be validated by theRequestValidator.static Future<ValidatableRequest> RequestUtils.extract(HttpServerRequest request, Operation operation, Supplier<Future<Buffer>> bodySupplier) LikeRequestUtils.extract(HttpServerRequest, Operation), but offers to pass a supplier fpr the body.static Future<ValidatableRequest> ValidatableRequest.of(HttpServerRequest request, Operation operation) -
Uses of Operation in io.vertx.reactivex.openapi.contract
Methods in io.vertx.reactivex.openapi.contract that return OperationMethods in io.vertx.reactivex.openapi.contract with parameters of type OperationConstructors in io.vertx.reactivex.openapi.contract with parameters of type Operation -
Uses of Operation in io.vertx.rxjava3.openapi.contract
Methods in io.vertx.rxjava3.openapi.contract that return OperationMethods in io.vertx.rxjava3.openapi.contract with parameters of type OperationConstructors in io.vertx.rxjava3.openapi.contract with parameters of type Operation