get
Get for all configuration property sources in the environment.
Return
a caching instance that controls all sources in the environment
Parameters
environment
the spring environment
Get for a specific configuration property source in the environment.
Return
a caching instance that controls the matching source
Parameters
environment
the spring environment
underlyingSource
the underlying source thatmust match
Get for all specified configuration property sources.
Return
a caching instance that controls the sources
Parameters
sources
the configuration property sources
open fun get(sources: Iterable<ConfigurationPropertySource>, underlyingSource: Any): ConfigurationPropertyCaching
Get for a specific configuration property source in the specified configuration property sources.
Return
a caching instance that controls the matching source
Parameters
sources
the configuration property sources
underlyingSource
the underlying source thatmust match