Class DeprecatedConfigurationValueProvider

All Implemented Interfaces:
ConfigurationValueProvider

public class DeprecatedConfigurationValueProvider extends AbstractMapConfigurationValueProvider
Deprecated.
ConfigurationValueProvider that simulates the behavior from pre-4.4 methods like GlobalConfiguration.setOutputEncoding(String). It is also useful for integrations that do not yet support a "Scope" style calling of logic. The values set in here should override environmental settings like SystemPropertyValueProvider but is overridden by new-style code using ScopeValueProvider.