Class HoconConfigParserBuilder

    • Method Detail

      • disableResolving

        @Deprecated(since="2.5.1",
                    forRemoval=true)
        public HoconConfigParserBuilder disableResolving()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Disables HOCON resolving substitutions support. Default is false.
        Returns:
        modified builder instance
        See Also:
        resolvingEnabled
      • 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