ConfigDataLocationResolver

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.

Author

Phillip Webb

Madhura Bhave

Since

2.4.0

Parameters

<R>

the location type

Inheritors

Functions

Link copied to clipboard
Returns if the specified location address can be resolved by this resolver.
Link copied to clipboard
Resolve a ConfigDataLocation into one or more ConfigDataResource instances.
Link copied to clipboard
Resolve a ConfigDataLocation into one or more ConfigDataResource instances based on available profiles.