接口 ConfigDataLoader<R extends ConfigDataResource>

类型参数:
R - the resource type
所有已知实现类:
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.

从以下版本开始:
2.4.0
作者:
Phillip Webb, Madhura Bhave