Package | Description |
---|---|
io.vertx.rxjava3.ext.web.openapi.router | |
io.vertx.rxjava3.openapi.contract | |
io.vertx.rxjava3.openapi.validation |
Modifier and Type | Method and Description |
---|---|
Operation |
OpenAPIRoute.getOperation() |
Modifier and Type | Method and Description |
---|---|
Future<ValidatableRequest> |
RequestExtractor.extractValidatableRequest(RoutingContext routingContext,
Operation operation)
Extracts and transforms the parameters and the body of an incoming request into a
that can be validated by the
RequestValidator . |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<Operation> |
Operation.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
Operation |
OpenAPIContract.findOperation(String urlPath,
HttpMethod method)
Finds the related
Operation object based on the passed url path and method. |
static Operation |
Operation.newInstance(Operation arg) |
Operation |
OpenAPIContract.operation(String operationId)
Access to an operation defined in the contract with
operationId . |
Modifier and Type | Method and Description |
---|---|
List<Operation> |
Path.getOperations() |
List<Operation> |
OpenAPIContract.operations() |
Modifier and Type | Method and Description |
---|---|
static Single<ValidatableRequest> |
ValidatableRequest.of(HttpServerRequest request,
Operation operation)
Creates a new
ValidatableRequest object based on the passed and . |
static Single<ValidatableRequest> |
ValidatableRequest.rxOf(HttpServerRequest request,
Operation operation)
Creates a new
ValidatableRequest object based on the passed and . |
Copyright © 2024 Eclipse. All rights reserved.