Uses of Interface
org.springframework.boot.context.properties.source.ConfigurationPropertyCaching
Package
Description
Sources for external configuration properties.
-
Uses of ConfigurationPropertyCaching in org.springframework.boot.context.properties.source
Modifier and TypeMethodDescriptionstatic ConfigurationPropertyCaching
ConfigurationPropertyCaching.get
(Iterable<ConfigurationPropertySource> sources) Get for all specified configuration property sources.static ConfigurationPropertyCaching
ConfigurationPropertyCaching.get
(Iterable<ConfigurationPropertySource> sources, 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, Object underlyingSource) Get for a specific configuration property source in the environment.