setParent() — spring-boot Function Reference
Architecture documentation for the setParent() function in SpringApplicationBuilderTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 6e5afbf2_5ca2_d18c_1a56_76eb4b8b8221["setParent()"] 67076c15_b040_090a_55a5_484545a5048b["parentContextCreationThatIsRunDirectly()"] 67076c15_b040_090a_55a5_484545a5048b -->|calls| 6e5afbf2_5ca2_d18c_1a56_76eb4b8b8221 7c25eebe_682a_5b21_c5ae_1481e03cfa2f["parentContextCreationThatIsBuiltThenRun()"] 7c25eebe_682a_5b21_c5ae_1481e03cfa2f -->|calls| 6e5afbf2_5ca2_d18c_1a56_76eb4b8b8221 02b44c9e_0b51_df83_849f_0a9c8c529007["parentContextCreationWithChildShutdown()"] 02b44c9e_0b51_df83_849f_0a9c8c529007 -->|calls| 6e5afbf2_5ca2_d18c_1a56_76eb4b8b8221 3146d574_ee92_e556_38a5_7370f00a98e7["parentFirstCreation()"] 3146d574_ee92_e556_38a5_7370f00a98e7 -->|calls| 6e5afbf2_5ca2_d18c_1a56_76eb4b8b8221 30b3a47a_8b84_3c82_942f_93c44024b7c3["parentContextIdentical()"] 30b3a47a_8b84_3c82_942f_93c44024b7c3 -->|calls| 6e5afbf2_5ca2_d18c_1a56_76eb4b8b8221 style 6e5afbf2_5ca2_d18c_1a56_76eb4b8b8221 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/builder/SpringApplicationBuilderTests.java lines 387–390
@Override
public void setParent(@Nullable ApplicationContext parent) {
this.applicationContext.setParent(parent);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does setParent() do?
setParent() is a function in the spring-boot codebase.
What calls setParent()?
setParent() is called by 5 function(s): parentContextCreationThatIsBuiltThenRun, parentContextCreationThatIsRunDirectly, parentContextCreationWithChildShutdown, parentContextIdentical, parentFirstCreation.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free