ConfigDataLoaderContext Type — spring-boot Architecture
Architecture documentation for the ConfigDataLoaderContext type/interface in ConfigDataLoaderContext.java from the spring-boot codebase.
Entity Profile
Source Code
core/spring-boot/src/main/java/org/springframework/boot/context/config/ConfigDataLoaderContext.java lines 28–37
public interface ConfigDataLoaderContext {
/**
* 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