public interface ParameterProcessor
| Modifier and Type | Method and Description |
|---|---|
static ParameterProcessor |
create(String parameterName,
ParameterLocation location,
boolean isOptional,
ParameterParser parser,
ValueValidator validator)
Create a new request parameter processor
|
ParameterLocation |
getLocation() |
String |
getName() |
Future<RequestParameter> |
process(Map<String,List<String>> params) |
String getName()
ParameterLocation getLocation()
static ParameterProcessor create(String parameterName, ParameterLocation location, boolean isOptional, ParameterParser parser, ValueValidator validator)
parameterName - Name of the parameterlocation - Location of the parameterisOptional - true if is optionalparser - parser for the parametervalidator - validator for the parameterCopyright © 2021. All rights reserved.