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 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 RequestPredicateModifier and TypeFieldDescriptionstatic final TypeArg<RequestPredicate>
RequestPredicate.__TYPE_ARG
Methods in io.vertx.mutiny.ext.web.validation that return RequestPredicateModifier and TypeMethodDescriptionstatic RequestPredicate
RequestPredicate.multipartFileUploadExists
(String propertyName, String contentTypePattern) static RequestPredicate
RequestPredicate.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