Uses of Class
io.vertx.rxjava3.ext.web.validation.RequestPredicate
Packages that use RequestPredicate
-
Uses of RequestPredicate in io.vertx.rxjava3.ext.web.validation
Fields in io.vertx.rxjava3.ext.web.validation declared as RequestPredicateModifier and TypeFieldDescriptionstatic final RequestPredicateRequestPredicate.BODY_REQUIREDRequest predicate that checks if body exists or notFields in io.vertx.rxjava3.ext.web.validation with type parameters of type RequestPredicateModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<RequestPredicate> RequestPredicate.__TYPE_ARGMethods in io.vertx.rxjava3.ext.web.validation that return RequestPredicateModifier and TypeMethodDescriptionstatic RequestPredicateRequestPredicate.multipartFileUploadExists(String propertyName, String contentTypePattern) Generate request predicate that checks if a particular multipart file upload withpropertyNameand matchingcontentTypePatternexistsstatic RequestPredicateRequestPredicate.newInstance(RequestPredicate arg) -
Uses of RequestPredicate in io.vertx.rxjava3.ext.web.validation.builder
Methods in io.vertx.rxjava3.ext.web.validation.builder with parameters of type RequestPredicate