クラス MapPropertySource

既知の直属サブクラス
PropertiesPropertySource, SystemEnvironmentPropertySource

public class MapPropertySource extends EnumerablePropertySource<MapSE<StringSE,ObjectSE>>
Map オブジェクトからキーと値を読み取る PropertySourcegetProperty(String) および containsProperty(String) セマンティクスに準拠するために、基になるマップには null 値を含めないでください。
導入:
3.1
作成者:
Chris Beams, Juergen Hoeller
関連事項: