类 MapConfigurationPropertySource

java.lang.Object
org.springframework.boot.context.properties.source.MapConfigurationPropertySource
所有已实现的接口:
Iterable<ConfigurationPropertyName>, ConfigurationPropertySource, IterableConfigurationPropertySource

public class MapConfigurationPropertySource extends Object implements IterableConfigurationPropertySource
A ConfigurationPropertySource backed by a Map and using standard name mapping rules.
从以下版本开始:
2.0.0
作者:
Phillip Webb, Madhura Bhave