PropertiesPropertySourceLoader

Strategy to load '.properties' files into a PropertySource.

Author

Dave Syer

Phillip Webb

Madhura Bhave

Since

1.0.0

Constructors

Link copied to clipboard
constructor()

Functions

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