| Constructor and Description |
|---|
BooleanConverter() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
convertFrom(String value)
|
String |
convertTo(Boolean value)
Returns a
String instance representing the configuration parameter's value. |
public Boolean convertFrom(String value)
convertFrom in interface Converter<Boolean>value - The configuration parameter's String valueBoolean instance representing the configuration parameter's valueCopyright © 2022. All rights reserved.