public static class ParamParsers.PrimitiveCharacterParamParser extends Object implements ParamParser<Character>
| Constructor and Description |
|---|
PrimitiveCharacterParamParser() |
| Modifier and Type | Method and Description |
|---|---|
Class<Character> |
getParsedType()
Get the type that this parser parses to
|
Character |
parseParameter(String field,
String parameterValue,
Validation validation)
Parse the given parameter value
|
public Character parseParameter(String field, String parameterValue, Validation validation)
ParamParserparseParameter in interface ParamParser<Character>field - The field that is being parsedparameterValue - The value to parse. May be null.validation - The validation context.public Class<Character> getParsedType()
ParamParsergetParsedType in interface ParamParser<Character>Copyright © 2019 ninjaframework. All rights reserved.