public interface RequestExtractor
Modifier and Type | Method and Description |
---|---|
Future<ValidatableRequest> |
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 . |
static RequestExtractor |
withBodyHandler() |
Future<ValidatableRequest> extractValidatableRequest(RoutingContext routingContext, Operation operation)
format
that can be validated by the RequestValidator
.routingContext
- The routing context of the incoming request.operation
- The operation of the related request.Future
holding the ValidatableRequest
.static RequestExtractor withBodyHandler()
Copyright © 2023 Eclipse. All rights reserved.