ConfigDataLoader
Strategy class that can be used to load ConfigData for a given ConfigDataResource. Implementations should be added as spring.factories
entries. The following constructor parameter types are supported:
- DeferredLogFactory - if the loader needs deferred logging
- ConfigurableBootstrapContext - A bootstrap context that can be used to store objects that may be expensive to create, or need to be shared (BootstrapContext or BootstrapRegistry may also be used).
Multiple loaders cannot claim the same resource.
Author
Phillip Webb
Madhura Bhave
Since
2.4.0
Parameters
<R>
the resource type
Inheritors
Functions
Link copied to clipboard
Returns if the specified resource can be loaded by this instance.
Link copied to clipboard
Load ConfigData for the given resource.