PropertySourceOptions

Strategy interface used to supply Options for a given PropertySource.

Since

2.4.5

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Create a new PropertySourceOptions instance that always returns the same options regardless of the property source.
Link copied to clipboard
abstract fun get(propertySource: PropertySource<out Any>): ConfigData.Options
Return the options that should apply for the given property source.