Interface RequestPredicate
- All Superinterfaces:
Function<RoutingContext, RequestPredicateResult>
Request predicate
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RequestPredicateRequest predicate that checks if body exists or not -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic RequestPredicatemultipartFileUploadExists(String propertyName, String contentTypePattern) Generate request predicate that checks if a particular multipart file upload withpropertyNameand matchingcontentTypePatternexists
-
Field Details
-
BODY_REQUIRED
Request predicate that checks if body exists or not
-
-
Method Details
-
multipartFileUploadExists
Generate request predicate that checks if a particular multipart file upload withpropertyNameand matchingcontentTypePatternexists- Parameters:
propertyName-contentTypePattern-- Returns:
-