Uses of Class
io.helidon.config.hocon.HoconConfigParserBuilder
-
Packages that use HoconConfigParserBuilder Package Description io.helidon.config.hocon HOCON format ConfigParser implementation using Typesafe (Lightbend) Config library. -
-
Uses of HoconConfigParserBuilder in io.helidon.config.hocon
Methods in io.helidon.config.hocon that return HoconConfigParserBuilder Modifier and Type Method Description static HoconConfigParserBuilder
HoconConfigParser. builder()
Create a new fluent API builder for a HOCON config parser.HoconConfigParserBuilder
HoconConfigParserBuilder. disableResolving()
Deprecated, for removal: This API element is subject to removal in a future version.HoconConfigParserBuilder
HoconConfigParserBuilder. resolveOptions(ConfigResolveOptions resolveOptions)
Sets custom instance ofConfigResolveOptions
.HoconConfigParserBuilder
HoconConfigParserBuilder. resolvingEnabled(boolean enabled)
Enables/disables HOCON resolving substitutions support.
-