ConfigData
constructor(propertySources: Collection<out PropertySource<out Any>>, options: Array<ConfigData.Option>)
Create a new ConfigData instance with the same options applied to each source.
Parameters
propertySources
the config data property sources in ascending priorityorder.
options
the config data options applied to each source
See also
constructor(propertySources: Collection<out PropertySource<out Any>>, propertySourceOptions: ConfigData.PropertySourceOptions)
Create a new ConfigData instance with specific property source options.
Since
2.4.5
Parameters
propertySources
the config data property sources in ascending priorityorder.
propertySourceOptions
the property source options