Uses of Interface
io.vertx.ext.web.validation.RequestPredicate
Packages that use RequestPredicate
Package
Description
-
Uses of RequestPredicate in io.vertx.ext.web.validation
Fields in io.vertx.ext.web.validation declared as RequestPredicateModifier and TypeFieldDescriptionstatic final RequestPredicateRequestPredicate.BODY_REQUIREDRequest predicate that checks if body exists or notMethods in io.vertx.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 matchingcontentTypePatternexists -
Uses of RequestPredicate in io.vertx.ext.web.validation.builder
Methods in io.vertx.ext.web.validation.builder with parameters of type RequestPredicate -
Uses of RequestPredicate in io.vertx.reactivex.ext.web.validation
Methods in io.vertx.reactivex.ext.web.validation that return RequestPredicateMethods in io.vertx.reactivex.ext.web.validation with parameters of type RequestPredicateModifier and TypeMethodDescriptionstatic RequestPredicateRequestPredicate.newInstance(RequestPredicate arg) Constructors in io.vertx.reactivex.ext.web.validation with parameters of type RequestPredicate -
Uses of RequestPredicate in io.vertx.rxjava3.ext.web.validation
Methods in io.vertx.rxjava3.ext.web.validation that return RequestPredicateMethods in io.vertx.rxjava3.ext.web.validation with parameters of type RequestPredicateModifier and TypeMethodDescriptionstatic RequestPredicateRequestPredicate.newInstance(RequestPredicate arg) Constructors in io.vertx.rxjava3.ext.web.validation with parameters of type RequestPredicate