mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
8770ea96b0
AbstractEnvironment delegates to an underlying ConfigurationService when processing methods such as getProperty(String name, Class<?> targetType) Accessor methods have been added to the ConfigurableEnvironment interface that allow this service to be updated or replaced.