接口的使用
org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
程序包
说明
Sources for external configuration properties.
-
org.springframework.boot.context.properties.source中IterableConfigurationPropertySource的使用
修饰符和类型类说明class
AConfigurationPropertySource
backed by aMap
and using standard name mapping rules.修饰符和类型方法说明IterableConfigurationPropertySource.filter
(Predicate<ConfigurationPropertyName> filter) IterableConfigurationPropertySource.withAliases
(ConfigurationPropertyNameAliases aliases) IterableConfigurationPropertySource.withPrefix
(String prefix)