public final class ConfigSet extends Object implements ConfigType
ConfigType.Conversions| Constructor and Description |
|---|
ConfigSet(@NonNull ConfigType innerType) |
| Modifier and Type | Method and Description |
|---|---|
Object |
coerce(org.yaml.snakeyaml.nodes.Node node) |
boolean |
equals(Object o) |
@NonNull ConfigType |
getInnerType() |
int |
hashCode() |
String |
toString() |
void |
typeCheck(org.yaml.snakeyaml.nodes.Node node) |
public ConfigSet(@NonNull
@NonNull ConfigType innerType)
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 ConfigTypeConfigTypeErrorException@NonNull public @NonNull ConfigType getInnerType()
Copyright © 2020. All rights reserved.