Uses of Interface
io.vertx.ext.web.validation.RequestPredicate
-
Packages that use RequestPredicate Package Description io.vertx.ext.web.validation io.vertx.ext.web.validation.builder -
-
Uses of RequestPredicate in io.vertx.ext.web.validation
Fields in io.vertx.ext.web.validation declared as RequestPredicate Modifier and Type Field Description static RequestPredicateRequestPredicate. BODY_REQUIREDRequest predicate that checks if body exists or notMethods in io.vertx.ext.web.validation that return RequestPredicate Modifier and Type Method Description static RequestPredicateRequestPredicate. multipartFileUploadExists(String propertyName, String contentTypePattern)Generate request predicate that checks if a particular multipart file upload withpropertyNameand matchingcontentTypePatternexists -
Uses of RequestPredicate in io.vertx.ext.web.validation.builder
Methods in io.vertx.ext.web.validation.builder with parameters of type RequestPredicate Modifier and Type Method Description ValidationHandlerBuilderValidationHandlerBuilder. predicate(RequestPredicate predicate)
-