getWebApplicationType() — spring-boot Function Reference
Architecture documentation for the getWebApplicationType() function in SpringApplication.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 316d5f0a_4aac_b5a4_3995_3a097e9a7714["getWebApplicationType()"] e327cbe2_6e75_bc0a_2431_c512b58fc8bf["deduceEnvironmentClass()"] e327cbe2_6e75_bc0a_2431_c512b58fc8bf -->|calls| 316d5f0a_4aac_b5a4_3995_3a097e9a7714 14e6b4ac_b1d6_2da9_62c4_f1bee3300f0b["getOrCreateEnvironment()"] 14e6b4ac_b1d6_2da9_62c4_f1bee3300f0b -->|calls| 316d5f0a_4aac_b5a4_3995_3a097e9a7714 34567c25_8c63_c420_c4a7_78a5eb5c8282["createApplicationContext()"] 34567c25_8c63_c420_c4a7_78a5eb5c8282 -->|calls| 316d5f0a_4aac_b5a4_3995_3a097e9a7714 style 316d5f0a_4aac_b5a4_3995_3a097e9a7714 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/SpringApplication.java lines 957–959
public @Nullable WebApplicationType getWebApplicationType() {
return this.properties.getWebApplicationType();
}
Domain
Subdomains
Called By
- createApplicationContext()
- deduceEnvironmentClass()
- getOrCreateEnvironment()
Source
Frequently Asked Questions
What does getWebApplicationType() do?
getWebApplicationType() is a function in the spring-boot codebase.
What calls getWebApplicationType()?
getWebApplicationType() is called by 3 function(s): createApplicationContext, deduceEnvironmentClass, getOrCreateEnvironment.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free