public class BooleanCastUtil extends AbstractCastUtil
| Constructor and Description |
|---|
BooleanCastUtil() |
| Modifier and Type | Method and Description |
|---|---|
protected static Character |
booleanToChar(Boolean value,
Locale locale) |
protected static String |
booleanToString(Boolean value,
Locale locale) |
protected static Boolean |
cast(Object value) |
protected static Boolean |
charToBoolean(Character value) |
protected static void |
put(Locale locale,
String trueValue,
Character trueChar,
String falseValue,
Character falseChar) |
protected static Boolean |
stringToBoolean(String value) |
castAsCopyright © 2015 Omnia Consulting. All rights reserved.