Class YamlConfigParser

java.lang.Object
io.helidon.config.yaml.YamlConfigParser
All Implemented Interfaces:
ConfigParser

public class YamlConfigParser extends Object implements ConfigParser
YAML ConfigParser implementation that supports MediaTypes.APPLICATION_YAML.

The parser implementation supports ServiceLoader, i.e. Config.Builder can automatically load and register YamlConfigParser instance, if not disabled. And of course it can be registered programmatically.

Weight of the YamlConfigParser to be used by Config.Builder, if loaded automatically as a service, is 90.0.

See Also: