| Package | Description | 
|---|---|
| io.vertx.reactivex.ext.web.validation | |
| io.vertx.reactivex.ext.web.validation.builder | 
| Modifier and Type | Field and Description | 
|---|---|
static RequestPredicate | 
RequestPredicate.BODY_REQUIRED
Request predicate that checks if body exists or not 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<RequestPredicate> | 
RequestPredicate.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
static RequestPredicate | 
RequestPredicate.multipartFileUploadExists(String propertyName,
                         String contentTypePattern)
Generate request predicate that checks if a particular multipart file upload with  
propertyName and matching contentTypePattern exists | 
static RequestPredicate | 
RequestPredicate.newInstance(RequestPredicate arg)  | 
| Modifier and Type | Method and Description | 
|---|---|
ValidationHandlerBuilder | 
ValidationHandlerBuilder.predicate(RequestPredicate predicate)  | 
Copyright © 2023 Eclipse. All rights reserved.