public static class ParamParsers.CharacterParamParser extends Object implements ParamParser<Character>
Constructor and Description |
---|
CharacterParamParser() |
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)
ParamParser
parseParameter
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()
ParamParser
getParsedType
in interface ParamParser<Character>
Copyright © 2019 ninjaframework. All rights reserved.