Uses of Class
io.vertx.mutiny.ext.web.validation.RequestPredicate
Packages that use RequestPredicate
-
Uses of RequestPredicate in io.vertx.mutiny.ext.web.validation
Fields in io.vertx.mutiny.ext.web.validation declared as RequestPredicateModifier and TypeFieldDescriptionstatic final RequestPredicateRequestPredicate.BODY_REQUIREDRequest predicate that checks if body exists or notFields in io.vertx.mutiny.ext.web.validation with type parameters of type RequestPredicateModifier and TypeFieldDescriptionstatic final TypeArg<RequestPredicate>RequestPredicate.__TYPE_ARGMethods in io.vertx.mutiny.ext.web.validation that return RequestPredicateModifier and TypeMethodDescriptionstatic RequestPredicateRequestPredicate.multipartFileUploadExists(String propertyName, String contentTypePattern) static RequestPredicateRequestPredicate.newInstance(io.vertx.ext.web.validation.RequestPredicate arg) -
Uses of RequestPredicate in io.vertx.mutiny.ext.web.validation.builder
Methods in io.vertx.mutiny.ext.web.validation.builder with parameters of type RequestPredicate