Package | Description |
---|---|
io.vertx.ext.web.api | |
io.vertx.ext.web.api.validation | |
io.vertx.reactivex.ext.web.api | |
io.vertx.rxjava.ext.web.api |
Modifier and Type | Method and Description |
---|---|
RequestParameter |
RequestParameters.body()
Deprecated.
Return request body
|
RequestParameter |
RequestParameters.cookieParameter(String name)
Deprecated.
Get cookie parameter by name
|
static RequestParameter |
RequestParameter.create(Object value)
Deprecated.
|
static RequestParameter |
RequestParameter.create(String name,
Object value)
Deprecated.
|
RequestParameter |
RequestParameters.formParameter(String name)
Deprecated.
Get form parameter by name
|
RequestParameter |
RequestParameter.getObjectValue(String key)
Deprecated.
If value is a map of fields, it returns value of field with key provided, otherwise it returns null
|
RequestParameter |
RequestParameters.headerParameter(String name)
Deprecated.
Get header parameter by name
|
RequestParameter |
RequestParameter.merge(RequestParameter otherParameter)
Deprecated.
Merge this request parameter with another one.
|
RequestParameter |
RequestParameters.pathParameter(String name)
Deprecated.
Get path parameter by name
|
RequestParameter |
RequestParameters.queryParameter(String name)
Deprecated.
Get query parameter by name
|
Modifier and Type | Method and Description |
---|---|
RequestParameter |
RequestParameter.merge(RequestParameter otherParameter)
Deprecated.
Merge this request parameter with another one.
|
Modifier and Type | Method and Description |
---|---|
RequestParameter |
ParameterTypeValidator.isValid(String value)
Deprecated.
Function that checks if parameter is valid.
|
default RequestParameter |
ParameterTypeValidator.isValidCollection(List<String> value)
Deprecated.
Function that checks if array of values of a specific parameter.
|
RequestParameter |
ParameterValidationRule.validateArrayParam(List<String> value)
Deprecated.
This function will be called when there is a List
|
RequestParameter |
ParameterValidationRule.validateSingleParam(String value)
Deprecated.
This function will be called when there is only a string as parameter.
|
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.