public final class YamlParser
extends java.lang.Object
implements me.hypherionmc.moonconfig.core.io.ConfigParser<me.hypherionmc.moonconfig.core.Config>
| Constructor and Description |
|---|
YamlParser(org.yaml.snakeyaml.LoaderOptions options) |
YamlParser(org.yaml.snakeyaml.Yaml yaml) |
YamlParser(YamlFormat configFormat) |
| Modifier and Type | Method and Description |
|---|---|
me.hypherionmc.moonconfig.core.ConfigFormat<me.hypherionmc.moonconfig.core.Config> |
getFormat() |
me.hypherionmc.moonconfig.core.Config |
parse(java.io.Reader reader) |
void |
parse(java.io.Reader reader,
me.hypherionmc.moonconfig.core.Config destination,
me.hypherionmc.moonconfig.core.io.ParsingMode parsingMode) |
public YamlParser(YamlFormat configFormat)
public YamlParser(org.yaml.snakeyaml.Yaml yaml)
public YamlParser(org.yaml.snakeyaml.LoaderOptions options)
public me.hypherionmc.moonconfig.core.ConfigFormat<me.hypherionmc.moonconfig.core.Config> getFormat()
getFormat in interface me.hypherionmc.moonconfig.core.io.ConfigParser<me.hypherionmc.moonconfig.core.Config>public me.hypherionmc.moonconfig.core.Config parse(java.io.Reader reader)
parse in interface me.hypherionmc.moonconfig.core.io.ConfigParser<me.hypherionmc.moonconfig.core.Config>public void parse(java.io.Reader reader,
me.hypherionmc.moonconfig.core.Config destination,
me.hypherionmc.moonconfig.core.io.ParsingMode parsingMode)
parse in interface me.hypherionmc.moonconfig.core.io.ConfigParser<me.hypherionmc.moonconfig.core.Config>