ConfigData
class ConfigData
Configuration data that has been loaded from a ConfigDataResource and may ultimately contribute property sources to Spring's Environment.
Author
Phillip Webb
Madhura Bhave
Since
2.4.0
See also
Constructors
Link copied to clipboard
constructor(propertySources: Collection<out PropertySource<out Any>>, options: Array<ConfigData.Option>)
Create a new ConfigData instance with the same options applied to each source.
constructor(propertySources: Collection<out PropertySource<out Any>>, propertySourceOptions: ConfigData.PropertySourceOptions)
Create a new ConfigData instance with specific property source options.
Types
Properties
Functions
Link copied to clipboard
Return the config data options that apply to the given source.