Interface ConfigDataLocationResolver<R extends ConfigDataResource>

Type Parameters:
R - the location type
All Known Implementing Classes:
ConfigTreeConfigDataLocationResolver, StandardConfigDataLocationResolver

public interface ConfigDataLocationResolver<R extends ConfigDataResource>
Strategy interface used to resolve locations into one or more resources. Implementations should be added as a spring.factories entries. The following constructor parameter types are supported:

Resolvers may implement Ordered or use the @Order annotation. The first resolver that supports the given location will be used.

Since:
2.4.0
Author:
Phillip Webb, Madhura Bhave