Uses of Interface
org.springframework.boot.context.properties.source.ConfigurationPropertyCaching
Packages that use ConfigurationPropertyCaching
Package
Description
Sources for external configuration properties.
-
Uses of ConfigurationPropertyCaching in org.springframework.boot.context.properties.source
Methods in org.springframework.boot.context.properties.source that return ConfigurationPropertyCachingModifier and TypeMethodDescriptionstatic ConfigurationPropertyCaching
ConfigurationPropertyCaching.get
(Iterable<ConfigurationPropertySource> sources) Get for all specified configuration property sources.static ConfigurationPropertyCaching
ConfigurationPropertyCaching.get
(Iterable<ConfigurationPropertySource> sources, @Nullable Object underlyingSource) Get for a specific configuration property source in the specified configuration property sources.static ConfigurationPropertyCaching
ConfigurationPropertyCaching.get
(Environment environment) Get for all configuration property sources in the environment.static ConfigurationPropertyCaching
ConfigurationPropertyCaching.get
(Environment environment, @Nullable Object underlyingSource) Get for a specific configuration property source in the environment.