public class BooleanStringConverter extends Object implements StringConverter<Boolean>
| Constructor and Description |
|---|
BooleanStringConverter() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getBoolean(Object value) |
Class<Boolean> |
getConvertedClass() |
static boolean |
isFalse(Object value) |
static boolean |
isTrue(Object value) |
boolean |
requiresQuotes() |
Boolean |
toObject(Object value) |
Boolean |
toObject(String string) |
String |
toString(Object value) |
static Boolean |
valueOf(Object value) |
static Boolean |
valueOf(String string) |
public static boolean getBoolean(Object value)
public static boolean isFalse(Object value)
public static boolean isTrue(Object value)
public Class<Boolean> getConvertedClass()
getConvertedClass in interface StringConverter<Boolean>public boolean requiresQuotes()
requiresQuotes in interface StringConverter<Boolean>public Boolean toObject(Object value)
toObject in interface StringConverter<Boolean>public Boolean toObject(String string)
toObject in interface StringConverter<Boolean>public String toString(Object value)
toString in interface StringConverter<Boolean>Copyright © 2015 Revolution Systems Inc.. All rights reserved.