Package io.helidon.config.yaml


package io.helidon.config.yaml
YAML format ConfigParser implementation.

It supports MediaTypes.APPLICATION_YAML adn MediaTypes.APPLICATION_X_YAML media types.

The parser implementation supports ServiceLoader, i.e. Config.Builder can automatically load and register YAML ConfigParser instance, if not disabled. Priority of the YamlConfigParser to be used by Config.Builder, if loaded automatically as a service, is 90.0. And of course it can be registered programmatically using YamlConfigParser.create().

YAML integration is placed in io.helidon.config.yaml module. Maven coordinates are io.helidon.config:helidon-config-yaml.

See Also: