Interface ConfigDataLoader<R extends ConfigDataResource>

Type Parameters:
R - the resource type
All Known Implementing Classes:
ConfigTreeConfigDataLoader, StandardConfigDataLoader

public interface ConfigDataLoader<R extends ConfigDataResource>
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:

Multiple loaders cannot claim the same resource.

Since:
2.4.0
Author:
Phillip Webb, Madhura Bhave