public interface RequestPredicate extends java.util.function.Function<RoutingContext,RequestPredicateResult>
| Modifier and Type | Field and Description | 
|---|---|
| static RequestPredicate | BODY_REQUIREDRequest predicate that checks if body exists or not | 
| Modifier and Type | Method and Description | 
|---|---|
| static RequestPredicate | multipartFileUploadExists(String propertyName,
                         String contentTypePattern)Generate request predicate that checks if a particular multipart file upload with  propertyNameand matchingcontentTypePatternexists | 
andThen, apply, compose, identitystatic final RequestPredicate BODY_REQUIRED
static RequestPredicate multipartFileUploadExists(String propertyName, String contentTypePattern)
propertyName and matching contentTypePattern existspropertyName - contentTypePattern - Copyright © 2023 Eclipse. All rights reserved.