Class HoconConfigParserBuilder

    • Method Detail

      • resolvingEnabled

        public HoconConfigParserBuilder resolvingEnabled​(boolean enabled)
        Enables/disables HOCON resolving substitutions support. Default is false.

        Note: Even if you disable substitution at HOCON parsing time, values can still be resolved at a later time by the Helidon Config system.

        Parameters:
        enabled - use to enable or disable substitution
        Returns:
        modified builder instance