public class RequestExtractor extends Object
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<RequestExtractor> |
__TYPE_ARG |
Constructor and Description |
---|
RequestExtractor(Object delegate) |
RequestExtractor(RequestExtractor delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Future<ValidatableRequest> |
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 . |
RequestExtractor |
getDelegate() |
int |
hashCode() |
static RequestExtractor |
newInstance(RequestExtractor arg) |
String |
toString() |
static RequestExtractor |
withBodyHandler() |
public static final io.vertx.lang.rx.TypeArg<RequestExtractor> __TYPE_ARG
public RequestExtractor(RequestExtractor delegate)
public RequestExtractor(Object delegate)
public RequestExtractor getDelegate()
public Future<ValidatableRequest> extractValidatableRequest(RoutingContext routingContext, Operation operation)
RequestValidator
.routingContext
- The routing context of the incoming request.operation
- The operation of the related request.public static RequestExtractor withBodyHandler()
public static RequestExtractor newInstance(RequestExtractor arg)
Copyright © 2024 Eclipse. All rights reserved.