Class SubstitutingSourceProvider

    • Constructor Detail

      • SubstitutingSourceProvider

        public SubstitutingSourceProvider​(ConfigurationSourceProvider delegate,
                                          org.apache.commons.text.StringSubstitutor substitutor)
        Create a new instance.
        Parameters:
        delegate - The underlying ConfigurationSourceProvider.
        substitutor - The custom StringSubstitutor implementation.