类 MapPropertySource

直接已知子类:
MutableMapPropertySource, PropertiesPropertySource, SystemEnvironmentPropertySource

public class MapPropertySource extends EnumerablePropertySource<Map<String,Object>>
PropertySource that reads keys and values from a Map object. The underlying map should not contain any null values in order to comply with getProperty(java.lang.String) and containsProperty(java.lang.String) semantics.
从以下版本开始:
4.0
作者:
Chris Beams, Juergen Hoeller
另请参阅: