クラス PropertiesPropertySource

既知の直属サブクラス
MockPropertySourceResourcePropertySource

public class PropertiesPropertySource extends MapPropertySource
PropertiesSE オブジェクトからプロパティを抽出する PropertySource 実装。

Properties オブジェクトは技術的には <Object, Object> HashtableSE であるため、String 以外のキーまたは値が含まれている可能性があることに注意してください。ただし、この実装は、Properties.getProperty(java.lang.String)SE および Properties.setProperty(java.lang.String, java.lang.String)SE と同じ方法で、String ベースのキーと値にのみアクセスするように制限されています。

導入:
3.1
作成者:
Chris Beams, Juergen Hoeller