public class ConfigBool extends Object implements ConfigType
ConfigType.Conversions| Modifier and Type | Field and Description |
|---|---|
static ConfigBool |
value |
| Constructor and Description |
|---|
ConfigBool() |
| Modifier and Type | Method and Description |
|---|---|
Object |
coerce(org.yaml.snakeyaml.nodes.Node node) |
String |
toString() |
void |
typeCheck(org.yaml.snakeyaml.nodes.Node node) |
public static final ConfigBool value
public Object coerce(org.yaml.snakeyaml.nodes.Node node)
coerce in interface ConfigTypepublic void typeCheck(org.yaml.snakeyaml.nodes.Node node)
throws ConfigTypeErrorException
typeCheck in interface ConfigTypeConfigTypeErrorExceptionCopyright © 2020. All rights reserved.