クラス PropertiesPropertySource
java.lang.ObjectSE
org.springframework.core.env.PropertySource<T>
org.springframework.core.env.EnumerablePropertySource<MapSE<StringSE,ObjectSE>>
org.springframework.core.env.MapPropertySource
org.springframework.core.env.PropertiesPropertySource
- 既知の直属サブクラス
MockPropertySource
,ResourcePropertySource
Properties
SE オブジェクトからプロパティを抽出する PropertySource
実装。Properties
オブジェクトは技術的には <Object, Object>
Hashtable
SE であるため、String
以外のキーまたは値が含まれている可能性があることに注意してください。ただし、この実装は、Properties.getProperty(java.lang.String)
SE および Properties.setProperty(java.lang.String, java.lang.String)
SE と同じ方法で、String
ベースのキーと値にのみアクセスするように制限されています。
- 導入:
- 3.1
- 作成者:
- Chris Beams, Juergen Hoeller
ネストされたクラスのサマリー
クラス org.springframework.core.env.PropertySource から継承されたネストクラス / インターフェース
PropertySource.StubPropertySource
フィールドサマリー
クラス org.springframework.core.env.PropertySource から継承されたフィールド
logger, name, source
コンストラクターのサマリー
修飾子コンストラクター説明protected
PropertiesPropertySource
(StringSE name, MapSE<StringSE, ObjectSE> source) PropertiesPropertySource
(StringSE name, PropertiesSE source) メソッドのサマリー
クラス org.springframework.core.env.MapPropertySource から継承されたメソッド
containsProperty, getProperty
コンストラクターの詳細
PropertiesPropertySource
PropertiesPropertySource
メソッドの詳細
getPropertyNames
クラスからコピーされた説明:EnumerablePropertySource
ソースオブジェクトに含まれるすべてのプロパティの名前を返します(null
は決してしないでください)。- オーバーライド:
- クラス
MapPropertySource
のgetPropertyNames