from
Return Iterable containing a single new ConfigurationPropertySource adapted from the given Spring PropertySource.
Return
an Iterable containing a single newly adapted SpringConfigurationPropertySource
Parameters
the Spring property source to adapt
Return Iterable containing new ConfigurationPropertySource instances adapted from the given Spring PropertySources.
This method will flatten any nested property sources and will filter all stub property sources. Updates to the underlying source, identified by changes in the sources returned by its iterator, will be automatically tracked. The underlying source should be thread safe, for example a MutablePropertySources
Return
an Iterable containing newly adapted SpringConfigurationPropertySource instances
Parameters
the Spring property sources to adapt