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