PropertySourceLoader

Strategy interface located through SpringFactoriesLoader and used to load a PropertySource.

Author

Dave Syer

Phillip Webb

Since

1.0.0

Inheritors

Functions

Link copied to clipboard
abstract fun getFileExtensions(): Array<String>
Returns the file extensions that the loader supports (excluding the '.').
Link copied to clipboard
abstract fun load(name: String, resource: Resource): List<PropertySource<out Any>>
Load the resource into one or more property sources.