public class BooleanCastParserConfig extends Object
| Constructor and Description |
|---|
BooleanCastParserConfig() |
| Modifier and Type | Method and Description |
|---|---|
static Map<Locale,Character> |
getFalseChars() |
static Map<Locale,String> |
getFalseStrings() |
static Map<Locale,Character> |
getTrueChars() |
static Map<Locale,String> |
getTrueStrings() |
static void |
put(Locale locale,
String trueValue,
Character trueChar,
String falseValue,
Character falseChar) |
Copyright © 2015 Omnia Consulting. All rights reserved.