StandardConfigDataLocationResolver

ConfigDataLocationResolver for standard locations.

Author

Madhura Bhave

Phillip Webb

Scott Frederick

Sijun Yang

Since

2.4.0

Constructors

Link copied to clipboard
constructor(logFactory: DeferredLogFactory, binder: Binder, resourceLoader: ResourceLoader)
Create a new StandardConfigDataLocationResolver instance.

Properties

Link copied to clipboard
val HIGHEST_PRECEDENCE: Int = -2147483648
Link copied to clipboard
val LOWEST_PRECEDENCE: Int = 2147483647

Functions

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