Package | Description |
---|---|
io.vertx.ext.web.validation | |
io.vertx.reactivex.ext.web.validation | |
io.vertx.rxjava.ext.web.validation |
Modifier and Type | Method and Description |
---|---|
RequestParameter |
RequestParameters.body()
Return request body when parsed.
|
RequestParameter |
RequestParameters.cookieParameter(String name)
Get cookie parameter by name
|
static RequestParameter |
RequestParameter.create(Object value) |
RequestParameter |
RequestParameters.headerParameter(String name)
Get header parameter by name.
|
RequestParameter |
RequestParameters.pathParameter(String name)
Get path parameter by name
|
RequestParameter |
RequestParameters.queryParameter(String name)
Get query parameter by name
|
Modifier and Type | Method and Description |
---|---|
RequestParameter |
RequestParameter.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static RequestParameter |
RequestParameter.newInstance(RequestParameter arg) |
Constructor and Description |
---|
RequestParameter(RequestParameter delegate) |
Modifier and Type | Method and Description |
---|---|
RequestParameter |
RequestParameter.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static RequestParameter |
RequestParameter.newInstance(RequestParameter arg) |
Constructor and Description |
---|
RequestParameter(RequestParameter delegate) |
Copyright © 2021 Eclipse. All rights reserved.