public final class YamlConfigParserBuilder extends Object implements Builder<ConfigParser>
| Modifier and Type | Method and Description |
|---|---|
ConfigParser |
build()
Builds new instance of YAML ConfigParser.
|
static ConfigParser |
buildDefault()
Creates new instance of YAML ConfigParser with default behaviour,
i.e.
|
static YamlConfigParserBuilder |
create()
Creates new instance of Builder.
|
public static ConfigParser buildDefault()
ServiceLoader
(see package description).io.helidon.config.spipublic static YamlConfigParserBuilder create()
public ConfigParser build()
build in interface Builder<ConfigParser>Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.