Home / Function/ getApplicationContext() — spring-boot Function Reference

getApplicationContext() — spring-boot Function Reference

Architecture documentation for the getApplicationContext() function in SpringApplicationBuilderTests.java from the spring-boot codebase.

Function java GradlePlugin RunTasks calls 1 called by 6

Entity Profile

Dependency Diagram

graph TD
  97fa5b9e_b816_70bd_8828_99b67bc8530a["getApplicationContext()"]
  67076c15_b040_090a_55a5_484545a5048b["parentContextCreationThatIsRunDirectly()"]
  67076c15_b040_090a_55a5_484545a5048b -->|calls| 97fa5b9e_b816_70bd_8828_99b67bc8530a
  7c25eebe_682a_5b21_c5ae_1481e03cfa2f["parentContextCreationThatIsBuiltThenRun()"]
  7c25eebe_682a_5b21_c5ae_1481e03cfa2f -->|calls| 97fa5b9e_b816_70bd_8828_99b67bc8530a
  02b44c9e_0b51_df83_849f_0a9c8c529007["parentContextCreationWithChildShutdown()"]
  02b44c9e_0b51_df83_849f_0a9c8c529007 -->|calls| 97fa5b9e_b816_70bd_8828_99b67bc8530a
  3146d574_ee92_e556_38a5_7370f00a98e7["parentFirstCreation()"]
  3146d574_ee92_e556_38a5_7370f00a98e7 -->|calls| 97fa5b9e_b816_70bd_8828_99b67bc8530a
  30b3a47a_8b84_3c82_942f_93c44024b7c3["parentContextIdentical()"]
  30b3a47a_8b84_3c82_942f_93c44024b7c3 -->|calls| 97fa5b9e_b816_70bd_8828_99b67bc8530a
  d8c9bff4_4d02_c352_9aa8_5602be1cefe8["addBootstrapRegistryInitializer()"]
  d8c9bff4_4d02_c352_9aa8_5602be1cefe8 -->|calls| 97fa5b9e_b816_70bd_8828_99b67bc8530a
  231ec461_2955_6224_c613_7eccfcde366f["getApplicationContext()"]
  97fa5b9e_b816_70bd_8828_99b67bc8530a -->|calls| 231ec461_2955_6224_c613_7eccfcde366f
  style 97fa5b9e_b816_70bd_8828_99b67bc8530a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/builder/SpringApplicationBuilderTests.java lines 392–394

		ConfigurableApplicationContext getApplicationContext() {
			return this.applicationContext;
		}

Domain

Subdomains

Frequently Asked Questions

What does getApplicationContext() do?
getApplicationContext() is a function in the spring-boot codebase.
What does getApplicationContext() call?
getApplicationContext() calls 1 function(s): getApplicationContext.
What calls getApplicationContext()?
getApplicationContext() is called by 6 function(s): addBootstrapRegistryInitializer, 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