public static class Common.CharacterParserFormatter extends Common.NullableParserFormatter<Character>
defaultValue, nullAllowed| Constructor and Description |
|---|
CharacterParserFormatter(Character defaultValue,
boolean nullAllowed) |
| Modifier and Type | Method and Description |
|---|---|
String |
format(Character value) |
protected Character |
parseNoneEmptyValue(String value) |
parsepublic CharacterParserFormatter(Character defaultValue, boolean nullAllowed)
protected Character parseNoneEmptyValue(String value)
parseNoneEmptyValue in class Common.NullableParserFormatter<Character>Copyright © 2013–2016 CodeLutin. All rights reserved.