インターフェース IterableConfigurationPropertySource

すべてのスーパーインターフェース:
ConfigurationPropertySourceIterableSE<ConfigurationPropertyName>
すべての既知の実装クラス:
MapConfigurationPropertySource

public interface IterableConfigurationPropertySource extends ConfigurationPropertySource, IterableSE<ConfigurationPropertyName>
完全な IterableSE エントリのセットを持つ ConfigurationPropertySource。このインターフェースの実装は、含まれているすべての構成プロパティを反復処理できる必要があります。ConfigurationPropertySource.getConfigurationProperty(ConfigurationPropertyName) からの non-null 結果には、iterator にも同等のエントリが必要です。
導入:
2.0.0
作成者:
Phillip Webb, Madhura Bhave
関連事項: