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 RequestPredicate
RequestPredicate. BODY_REQUIRED
Request predicate that checks if body exists or notMethods in io.vertx.ext.web.validation that return RequestPredicate Modifier and Type Method Description static RequestPredicate
RequestPredicate. multipartFileUploadExists(String propertyName, String contentTypePattern)
Generate request predicate that checks if a particular multipart file upload withpropertyName
and matchingcontentTypePattern
exists -
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 ValidationHandlerBuilder
ValidationHandlerBuilder. predicate(RequestPredicate predicate)
-