Uses of Interface
org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
Package
Description
Sources for external configuration properties.
-
Uses of IterableConfigurationPropertySource in org.springframework.boot.context.properties.source
Modifier and TypeClassDescriptionclass
AConfigurationPropertySource
backed by aMap
and using standard name mapping rules.Modifier and TypeMethodDescriptionIterableConfigurationPropertySource.filter
(Predicate<ConfigurationPropertyName> filter) IterableConfigurationPropertySource.withAliases
(ConfigurationPropertyNameAliases aliases) IterableConfigurationPropertySource.withPrefix
(String prefix)