ConfigDataLocationResolverContext Type — spring-boot Architecture
Architecture documentation for the ConfigDataLocationResolverContext type/interface in ConfigDataLocationResolverContext.java from the spring-boot codebase.
Entity Profile
Source Code
core/spring-boot/src/main/java/org/springframework/boot/context/config/ConfigDataLocationResolverContext.java lines 32–55
public interface ConfigDataLocationResolverContext {
/**
* Provides access to a binder that can be used to obtain previously contributed
* values.
* @return a binder instance
*/
Binder getBinder();
/**
* Provides access to the parent {@link ConfigDataResource} that triggered the resolve
* or {@code null} if there is no available parent.
* @return the parent location
*/
@Nullable ConfigDataResource getParent();
/**
* Provides access to the {@link ConfigurableBootstrapContext} shared across all
* {@link EnvironmentPostProcessor EnvironmentPostProcessors}.
* @return the bootstrap context
*/
ConfigurableBootstrapContext getBootstrapContext();
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free