ApplicationEnvironmentPreparedEvent() — spring-boot Function Reference
Architecture documentation for the ApplicationEnvironmentPreparedEvent() function in ApplicationEnvironmentPreparedEvent.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 9300cf73_8796_db4b_f426_7df148231695["ApplicationEnvironmentPreparedEvent()"] 27d99920_7a1d_7526_b8dc_5348a81eb7ee["createEnvironmentPreparedEvent()"] 27d99920_7a1d_7526_b8dc_5348a81eb7ee -->|calls| 9300cf73_8796_db4b_f426_7df148231695 4e88c3fd_a681_0e21_7e7f_7cf304c6c663["onApplicationEventWhenApplicationEnvironmentPreparedEventCallsPostProcessors()"] 4e88c3fd_a681_0e21_7e7f_7cf304c6c663 -->|calls| 9300cf73_8796_db4b_f426_7df148231695 style 9300cf73_8796_db4b_f426_7df148231695 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/context/event/ApplicationEnvironmentPreparedEvent.java lines 45–50
public ApplicationEnvironmentPreparedEvent(ConfigurableBootstrapContext bootstrapContext,
SpringApplication application, String[] args, ConfigurableEnvironment environment) {
super(application, args);
this.bootstrapContext = bootstrapContext;
this.environment = environment;
}
Domain
Subdomains
Called By
- createEnvironmentPreparedEvent()
- onApplicationEventWhenApplicationEnvironmentPreparedEventCallsPostProcessors()
Source
Frequently Asked Questions
What does ApplicationEnvironmentPreparedEvent() do?
ApplicationEnvironmentPreparedEvent() is a function in the spring-boot codebase.
What calls ApplicationEnvironmentPreparedEvent()?
ApplicationEnvironmentPreparedEvent() is called by 2 function(s): createEnvironmentPreparedEvent, onApplicationEventWhenApplicationEnvironmentPreparedEventCallsPostProcessors.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free