Module io.helidon.config.hocon
Package io.helidon.config.hocon
package io.helidon.config.hocon
HOCON format ConfigParser implementation using Typesafe (Lightbend) Config library.
It supports MediaTypes.APPLICATION_HOCON
and
MediaTypes.APPLICATION_JSON
formats.
The parser implementation supports ServiceLoader
, i.e. Config.Builder
can automatically load and register HOCON ConfigParser instance,
if not disabled
.
Weight of the parser to be used by Config.Builder
,
if loaded automatically as a service
,
is 90.0.
And of course it can be registered programmatically
using builder API
.
HOCON (Typesafe Config) integration is placed in io.helidon.config.hocon
Java 9 module.
Maven coordinates are io.helidon.config:helidon-config-hocon
.
- See Also:
-
ClassDescriptionTypesafe (Lightbend) Config (HOCON)
ConfigParser
implementation that supports following media types:MediaTypes.APPLICATION_HOCON
andMediaTypes.APPLICATION_JSON
.HOCON ConfigParser Builder.