Class HoconConfigParserBuilder

java.lang.Object
io.helidon.config.hocon.HoconConfigParserBuilder
All Implemented Interfaces:
Builder<HoconConfigParserBuilder,ConfigParser>, Supplier<ConfigParser>

public final class HoconConfigParserBuilder extends Object implements Builder<HoconConfigParserBuilder,ConfigParser>
HOCON ConfigParser Builder.

HOCON resolving substitutions support is by default enabled. ConfigResolveOptions.defaults() is used to resolve loaded configuration. It is possible to resolvingEnabled(boolean)} to disable this feature or specify custom ConfigResolveOptions instance.