SpringApplicationBuilder() — spring-boot Function Reference
Architecture documentation for the SpringApplicationBuilder() function in SpringApplicationBuilder.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 67bae297_b590_f5e5_2666_5d557e3b57b1["SpringApplicationBuilder()"] a64bbc22_3f73_434d_d720_26462030b670["child()"] a64bbc22_3f73_434d_d720_26462030b670 -->|calls| 67bae297_b590_f5e5_2666_5d557e3b57b1 8a118e49_42e8_8550_9795_9fdf8ea8c31e["parent()"] 8a118e49_42e8_8550_9795_9fdf8ea8c31e -->|calls| 67bae297_b590_f5e5_2666_5d557e3b57b1 3ee29355_5440_31bc_45da_1fef0069235a["createSpringApplicationBuilder()"] 3ee29355_5440_31bc_45da_1fef0069235a -->|calls| 67bae297_b590_f5e5_2666_5d557e3b57b1 6783843b_836b_ffe1_7b56_c6df6bf9d1bc["defaultPropertiesShouldBeMerged()"] 6783843b_836b_ffe1_7b56_c6df6bf9d1bc -->|calls| 67bae297_b590_f5e5_2666_5d557e3b57b1 8d8aadad_91e9_831d_52fc_43c286ff9af8["main()"] 8d8aadad_91e9_831d_52fc_43c286ff9af8 -->|calls| 67bae297_b590_f5e5_2666_5d557e3b57b1 c77fe8f7_09a5_9082_76b4_eaa5622da6dd["loggingSystemRegisteredInTheContext()"] c77fe8f7_09a5_9082_76b4_eaa5622da6dd -->|calls| 67bae297_b590_f5e5_2666_5d557e3b57b1 a967c565_3137_222a_1da8_bb27e9fc105e["logFileRegisteredInTheContextWhenApplicable()"] a967c565_3137_222a_1da8_bb27e9fc105e -->|calls| 67bae297_b590_f5e5_2666_5d557e3b57b1 7df18ae5_4388_cf89_197e_0eb635b31cfa["loggingPerformedDuringChildApplicationStartIsNotLost()"] 7df18ae5_4388_cf89_197e_0eb635b31cfa -->|calls| 67bae297_b590_f5e5_2666_5d557e3b57b1 c500488c_e08a_a1c3_3543_326e5cb63454["analysisIsPerformed()"] c500488c_e08a_a1c3_3543_326e5cb63454 -->|calls| 67bae297_b590_f5e5_2666_5d557e3b57b1 cd290cc3_c512_348f_0aea_acc9eedcb653["onlyRegisteredOnceWhenThereIsAChildContext()"] cd290cc3_c512_348f_0aea_acc9eedcb653 -->|calls| 67bae297_b590_f5e5_2666_5d557e3b57b1 bdbaeb8a_5326_2c5d_9dd5_b161413d3b29["load()"] bdbaeb8a_5326_2c5d_9dd5_b161413d3b29 -->|calls| 67bae297_b590_f5e5_2666_5d557e3b57b1 60f23964_a964_410e_add0_9e7ca52f38f9["load()"] 60f23964_a964_410e_add0_9e7ca52f38f9 -->|calls| 67bae297_b590_f5e5_2666_5d557e3b57b1 bba72155_f236_5da5_6e19_be4d5ccc7a24["createSpringApplication()"] 67bae297_b590_f5e5_2666_5d557e3b57b1 -->|calls| bba72155_f236_5da5_6e19_be4d5ccc7a24 style 67bae297_b590_f5e5_2666_5d557e3b57b1 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/builder/SpringApplicationBuilder.java lines 100–102
public SpringApplicationBuilder(Class<?>... sources) {
this(null, sources);
}
Domain
Subdomains
Calls
- createSpringApplication()
Called By
Source
Frequently Asked Questions
What does SpringApplicationBuilder() do?
SpringApplicationBuilder() is a function in the spring-boot codebase.
What does SpringApplicationBuilder() call?
SpringApplicationBuilder() calls 1 function(s): createSpringApplication.
What calls SpringApplicationBuilder()?
SpringApplicationBuilder() is called by 12 function(s): analysisIsPerformed, child, createSpringApplicationBuilder, defaultPropertiesShouldBeMerged, load, load, logFileRegisteredInTheContextWhenApplicable, loggingPerformedDuringChildApplicationStartIsNotLost, and 4 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free