close() — spring-boot Function Reference
Architecture documentation for the close() function in SpringApplicationBuilderTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 0876dd8b_2270_0114_d029_657eef38f2ce["close()"] 6b22183b_7c71_f699_750b_d4c5f74887e3["close()"] 6b22183b_7c71_f699_750b_d4c5f74887e3 -->|calls| 0876dd8b_2270_0114_d029_657eef38f2ce 6b22183b_7c71_f699_750b_d4c5f74887e3["close()"] 0876dd8b_2270_0114_d029_657eef38f2ce -->|calls| 6b22183b_7c71_f699_750b_d4c5f74887e3 8a197555_071b_9da3_9efe_d5cfe1e73900["reset()"] 0876dd8b_2270_0114_d029_657eef38f2ce -->|calls| 8a197555_071b_9da3_9efe_d5cfe1e73900 546343f2_f93a_0dc3_7a91_7016e75078f5["getParent()"] 0876dd8b_2270_0114_d029_657eef38f2ce -->|calls| 546343f2_f93a_0dc3_7a91_7016e75078f5 style 0876dd8b_2270_0114_d029_657eef38f2ce fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/builder/SpringApplicationBuilderTests.java lines 63–67
@AfterEach
void close() {
close(this.context);
SpringApplicationShutdownHookInstance.reset();
}
Domain
Subdomains
Calls
- close()
- getParent()
- reset()
Called By
- close()
Source
Frequently Asked Questions
What does close() do?
close() is a function in the spring-boot codebase.
What does close() call?
close() calls 3 function(s): close, getParent, reset.
What calls close()?
close() is called by 1 function(s): close.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free