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  ConfigurableBootstrapContextshared across allEnvironmentPostProcessors. | 
| ConfigDataResource | getParent()Provides access to the parent  ConfigDataResourcethat triggered the resolve
 ornullif 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.