Class MapConfigurationPropertySource

java.lang.Object
org.springframework.boot.context.properties.source.MapConfigurationPropertySource
All Implemented Interfaces:
Iterable<ConfigurationPropertyName>, ConfigurationPropertySource, IterableConfigurationPropertySource

public class MapConfigurationPropertySource extends Object implements IterableConfigurationPropertySource
A ConfigurationPropertySource backed by a Map and using standard name mapping rules.
Since:
2.0.0
Author:
Phillip Webb, Madhura Bhave