Class YamlConfigParser

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

@Priority(200) public class YamlConfigParser extends Object implements ConfigParser
YAML ConfigParser implementation that supports "application/x-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.

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

See Also: