Package | Description |
---|---|
io.vertx.ext.web.validation | |
io.vertx.ext.web.validation.builder | |
io.vertx.reactivex.ext.web.validation | |
io.vertx.rxjava.ext.web.validation |
Modifier and Type | Field and Description |
---|---|
static RequestPredicate |
RequestPredicate.BODY_REQUIRED
Request predicate that checks if body exists or not
|
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 |
Modifier and Type | Method and Description |
---|---|
ValidationHandlerBuilder |
ValidationHandlerBuilder.predicate(RequestPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
RequestPredicate |
RequestPredicate.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static RequestPredicate |
RequestPredicate.newInstance(RequestPredicate arg) |
Constructor and Description |
---|
RequestPredicate(RequestPredicate delegate) |
Modifier and Type | Method and Description |
---|---|
RequestPredicate |
RequestPredicate.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static RequestPredicate |
RequestPredicate.newInstance(RequestPredicate arg) |
Constructor and Description |
---|
RequestPredicate(RequestPredicate delegate) |
Copyright © 2021 Eclipse. All rights reserved.