| Modifier and Type | Field and Description | 
|---|---|
| static BooleanConverter | INSTANCEThe converter. | 
| Modifier and Type | Method and Description | 
|---|---|
| Boolean | fromString(String value)Creates the boolean value from the given String. | 
public static final BooleanConverter INSTANCE
public Boolean fromString(String value)
false is returned.fromString in interface Converter<Boolean>value - the valueCopyright © 2022 Eclipse. All rights reserved.