Modifier and Type | Field and Description |
---|---|
static BooleanConverter |
INSTANCE
The 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 © 2023 Eclipse. All rights reserved.