Package | Description |
---|---|
io.vertx.reactivex.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 | 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) |
Copyright © 2021 Eclipse. All rights reserved.