setupImportSelector() — spring-boot Function Reference
Architecture documentation for the setupImportSelector() function in AutoConfigurationImportSelectorTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 5eb172f7_9080_37d9_aeba_a47b1107ddf2["setupImportSelector()"] 99d105c4_0bd0_bc12_e440_0cabc817a90c["setup()"] 99d105c4_0bd0_bc12_e440_0cabc817a90c -->|calls| 5eb172f7_9080_37d9_aeba_a47b1107ddf2 7926fb4f_0aed_7c7c_4e19_d96b436d8e5f["removedExclusionsAreApplied()"] 7926fb4f_0aed_7c7c_4e19_d96b436d8e5f -->|calls| 5eb172f7_9080_37d9_aeba_a47b1107ddf2 9c97b0bc_4f84_1b97_6fc2_ce907ab50a8d["sortingConsidersReplacements()"] 9c97b0bc_4f84_1b97_6fc2_ce907ab50a8d -->|calls| 5eb172f7_9080_37d9_aeba_a47b1107ddf2 82831205_ef38_60e6_cc85_47b824268894["setBeanFactory()"] 5eb172f7_9080_37d9_aeba_a47b1107ddf2 -->|calls| 82831205_ef38_60e6_cc85_47b824268894 style 5eb172f7_9080_37d9_aeba_a47b1107ddf2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/AutoConfigurationImportSelectorTests.java lines 260–265
private void setupImportSelector(TestAutoConfigurationImportSelector importSelector) {
importSelector.setBeanFactory(this.beanFactory);
importSelector.setEnvironment(this.environment);
importSelector.setResourceLoader(new DefaultResourceLoader());
importSelector.setBeanClassLoader(Thread.currentThread().getContextClassLoader());
}
Domain
Subdomains
Calls
- setBeanFactory()
Called By
Source
Frequently Asked Questions
What does setupImportSelector() do?
setupImportSelector() is a function in the spring-boot codebase.
What does setupImportSelector() call?
setupImportSelector() calls 1 function(s): setBeanFactory.
What calls setupImportSelector()?
setupImportSelector() is called by 3 function(s): removedExclusionsAreApplied, setup, sortingConsidersReplacements.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free