接口 IterableConfigurationPropertySource

所有超级接口:
ConfigurationPropertySource, Iterable<ConfigurationPropertyName>
所有已知实现类:
MapConfigurationPropertySource

public interface IterableConfigurationPropertySource extends ConfigurationPropertySource, Iterable<ConfigurationPropertyName>
A ConfigurationPropertySource with a fully Iterable set of entries. Implementations of this interface must be able to iterate over all contained configuration properties. Any non-null result from ConfigurationPropertySource.getConfigurationProperty(ConfigurationPropertyName) must also have an equivalent entry in the iterator.
从以下版本开始:
2.0.0
作者:
Phillip Webb, Madhura Bhave
另请参阅: