ConfigurationPropertySources
Functions
Link copied to clipboard
Attach a ConfigurationPropertySource support to the specified Environment.
Link copied to clipboard
open fun createPropertyResolver(propertySources: MutablePropertySources): ConfigurablePropertyResolver
Create a new PropertyResolver that resolves property values against an underlying set of PropertySources.
Link copied to clipboard
Return Iterable containing new ConfigurationPropertySource instances adapted from the given Spring PropertySources.
Return Iterable containing a single new ConfigurationPropertySource adapted from the given Spring PropertySource.
Link copied to clipboard
Return a set of ConfigurationPropertySource instances that have previously been attached to the Environment.
Link copied to clipboard
Determines if the specific PropertySource is the ConfigurationPropertySource that was attached to the Environment.