Uses of Class
io.vertx.reactivex.openapi.validation.ValidatableRequest
-
Packages that use ValidatableRequest Package Description io.vertx.reactivex.ext.web.openapi.router io.vertx.reactivex.openapi.validation -
-
Uses of ValidatableRequest in io.vertx.reactivex.ext.web.openapi.router
Methods in io.vertx.reactivex.ext.web.openapi.router that return types with arguments of type ValidatableRequest Modifier and Type Method Description io.vertx.core.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 theRequestValidator. -
Uses of ValidatableRequest in io.vertx.reactivex.openapi.validation
Fields in io.vertx.reactivex.openapi.validation with type parameters of type ValidatableRequest Modifier and Type Field Description static TypeArg<ValidatableRequest>ValidatableRequest. __TYPE_ARGMethods in io.vertx.reactivex.openapi.validation that return ValidatableRequest Modifier and Type Method Description static ValidatableRequestValidatableRequest. newInstance(io.vertx.openapi.validation.ValidatableRequest arg)Methods in io.vertx.reactivex.openapi.validation that return types with arguments of type ValidatableRequest Modifier and Type Method Description static io.vertx.core.Future<ValidatableRequest>ValidatableRequest. of(HttpServerRequest request, Operation operation)Creates a newValidatableRequestobject based on the passed and .static io.reactivex.Single<ValidatableRequest>ValidatableRequest. rxOf(HttpServerRequest request, Operation operation)Creates a newValidatableRequestobject based on the passed and .Methods in io.vertx.reactivex.openapi.validation with parameters of type ValidatableRequest Modifier and Type Method Description io.reactivex.Single<ValidatedRequest>RequestValidator. rxValidate(ValidatableRequest params, String operationId)Validates the passed request parameters against the operation defined in the related OpenAPI contract.io.vertx.core.Future<ValidatedRequest>RequestValidator. validate(ValidatableRequest params, String operationId)Validates the passed request parameters against the operation defined in the related OpenAPI contract.
-