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 . |
ConfigDataResource |
getParent()
Provides access to the parent
ConfigDataResource that triggered the resolve
or null if there is no available parent. |
Binder getBinder()
ConfigDataResource getParent()
ConfigDataResource
that triggered the resolve
or null
if there is no available parent.ConfigurableBootstrapContext getBootstrapContext()
ConfigurableBootstrapContext
shared across all
EnvironmentPostProcessors
.