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
format
that can be validated by the RequestValidator . |
Modifier and Type | Method and Description |
---|---|
static Future<ValidatableRequest> |
RequestUtils.extract(HttpServerRequest request,
Operation operation)
Extracts and transforms the parameters and the body of an incoming request into a
format
that can be validated by the RequestValidator . |
static Future<ValidatableRequest> |
RequestUtils.extract(HttpServerRequest request,
Operation operation,
java.util.function.Supplier<Future<Buffer>> bodySupplier)
Like
RequestUtils.extract(HttpServerRequest, Operation) , but offers to pass a supplier fpr the body. |
static Future<ValidatableRequest> |
ValidatableRequest.of(HttpServerRequest request,
Operation operation)
|
Modifier and Type | Method and Description |
---|---|
Future<ValidatedRequest> |
RequestValidator.validate(ValidatableRequest params,
String operationId)
Validates the passed request parameters against the operation defined in the related OpenAPI contract.
|
Modifier and Type | Method and Description |
---|---|
Object |
MultipartFormTransformer.transformRequest(MediaType type,
ValidatableRequest request) |
Object |
BodyTransformer.transformRequest(MediaType type,
ValidatableRequest request)
Transforms the body of a request into a format that can be validated by the
RequestValidator . |
Object |
ApplicationJsonTransformer.transformRequest(MediaType type,
ValidatableRequest request) |
Modifier and Type | Method and Description |
---|---|
ValidatableRequest |
ValidatableRequest.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ValidatableRequest |
ValidatableRequest.newInstance(ValidatableRequest arg) |
Constructor and Description |
---|
ValidatableRequest(ValidatableRequest delegate) |
Modifier and Type | Method and Description |
---|---|
ValidatableRequest |
ValidatableRequest.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ValidatableRequest |
ValidatableRequest.newInstance(ValidatableRequest arg) |
Constructor and Description |
---|
ValidatableRequest(ValidatableRequest delegate) |
Copyright © 2024 Eclipse. All rights reserved.