Class HoconConfigParser

java.lang.Object
io.helidon.config.hocon.HoconConfigParser
All Implemented Interfaces:
ConfigParser

@Priority(200) public class HoconConfigParser extends Object implements ConfigParser
Typesafe (Lightbend) Config (HOCON) ConfigParser implementation that supports following media types: "application/hocon" and "application/json".

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

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

See Also: