| Constructor and Description |
|---|
BooleansConverter()
Package default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
asObject(String string,
Class<T> valueType)
Create a boolean value from given string.
|
String |
asString(Object object)
Return true string if given object is a boolean true or false otherwise.
|
Copyright © 2018. All rights reserved.