public interface ConfigDataLocationResolverContext
ConfigDataLocationResolver
methods.Modifier and Type | Method and Description |
---|---|
Binder |
getBinder()
Provides access to a binder that can be used to obtain previously contributed
values.
|
ConfigurableBootstrapContext |
getBootstrapContext()
Provides access to the
ConfigurableBootstrapContext shared across all
EnvironmentPostProcessors . |
Origin |
getLocationOrigin(String location)
Return the
Origin of a location that's being resolved. |
ConfigDataLocation |
getParent()
Provides access to the parent location that triggered the resolve or
null
if there is no available parent. |
Binder getBinder()
ConfigDataLocation getParent()
null
if there is no available parent.ConfigurableBootstrapContext getBootstrapContext()
ConfigurableBootstrapContext
shared across all
EnvironmentPostProcessors
.