Uses of Class
io.vertx.mutiny.ext.web.validation.RequestPredicate
-
Packages that use RequestPredicate Package Description io.vertx.mutiny.ext.web.validation -
-
Uses of RequestPredicate in io.vertx.mutiny.ext.web.validation
Fields in io.vertx.mutiny.ext.web.validation declared as RequestPredicate Modifier and Type Field Description static RequestPredicate
RequestPredicate. BODY_REQUIRED
Request predicate that checks if body exists or notFields in io.vertx.mutiny.ext.web.validation with type parameters of type RequestPredicate Modifier and Type Field Description static TypeArg<RequestPredicate>
RequestPredicate. __TYPE_ARG
Methods in io.vertx.mutiny.ext.web.validation that return RequestPredicate Modifier and Type Method Description static RequestPredicate
RequestPredicate. multipartFileUploadExists(String propertyName, String contentTypePattern)
static RequestPredicate
RequestPredicate. newInstance(io.vertx.ext.web.validation.RequestPredicate arg)
-