public final class YamlConfigParserBuilder
extends java.lang.Object
| Modifier and Type | Method | 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()
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.