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