TestClassLoader() — spring-boot Function Reference
Architecture documentation for the TestClassLoader() function in WebResourcesRuntimeHintsTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD b8aaa310_f08b_c143_3ac9_e4a5763fe188["TestClassLoader()"] 7d87a553_35c4_c320_bde4_2631b2bf9560["registerHintsWithAllLocations()"] 7d87a553_35c4_c320_bde4_2631b2bf9560 -->|calls| b8aaa310_f08b_c143_3ac9_e4a5763fe188 bcf3cfe2_e752_3f39_0d26_3be7db698e59["registerHintsWithOnlyStaticLocations()"] bcf3cfe2_e752_3f39_0d26_3be7db698e59 -->|calls| b8aaa310_f08b_c143_3ac9_e4a5763fe188 6d5ec9d5_7296_876a_ef9e_cc5392b96990["registerHintsWithNoLocation()"] 6d5ec9d5_7296_876a_ef9e_cc5392b96990 -->|calls| b8aaa310_f08b_c143_3ac9_e4a5763fe188 style b8aaa310_f08b_c143_3ac9_e4a5763fe188 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/WebResourcesRuntimeHintsTests.java lines 77–80
TestClassLoader(List<String> availableResources) {
super(Thread.currentThread().getContextClassLoader());
this.availableResources = availableResources;
}
Domain
Subdomains
Called By
- registerHintsWithAllLocations()
- registerHintsWithNoLocation()
- registerHintsWithOnlyStaticLocations()
Source
Frequently Asked Questions
What does TestClassLoader() do?
TestClassLoader() is a function in the spring-boot codebase.
What calls TestClassLoader()?
TestClassLoader() is called by 3 function(s): registerHintsWithAllLocations, registerHintsWithNoLocation, registerHintsWithOnlyStaticLocations.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free