Class HoconConfigParser

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

public class HoconConfigParser extends Object implements ConfigParser
Typesafe (Lightbend) Config (HOCON) ConfigParser implementation that supports following media types: MediaTypes.APPLICATION_HOCON and MediaTypes.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 90.0.

See Also: