loadFactoryNames() — spring-boot Function Reference
Architecture documentation for the loadFactoryNames() function in ImportAutoConfigurationImportSelector.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD c94764be_4db2_03c3_de29_34fcd2121fea["loadFactoryNames()"] 47b644ae_54e7_deb9_44be_35ff7769b85b["getConfigurationsForAnnotation()"] 47b644ae_54e7_deb9_44be_35ff7769b85b -->|calls| c94764be_4db2_03c3_de29_34fcd2121fea 311363a9_06d4_a9f9_c1e6_cb14edeb1cfd["load()"] c94764be_4db2_03c3_de29_34fcd2121fea -->|calls| 311363a9_06d4_a9f9_c1e6_cb14edeb1cfd ffb23b70_9e03_424c_e02a_3ae6ddefb86e["getCandidates()"] c94764be_4db2_03c3_de29_34fcd2121fea -->|calls| ffb23b70_9e03_424c_e02a_3ae6ddefb86e style c94764be_4db2_03c3_de29_34fcd2121fea fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/ImportAutoConfigurationImportSelector.java lines 118–120
protected Collection<String> loadFactoryNames(Class<?> source) {
return ImportCandidates.load(source, getBeanClassLoader()).getCandidates();
}
Domain
Subdomains
Calls
Called By
- getConfigurationsForAnnotation()
Source
Frequently Asked Questions
What does loadFactoryNames() do?
loadFactoryNames() is a function in the spring-boot codebase.
What does loadFactoryNames() call?
loadFactoryNames() calls 2 function(s): getCandidates, load.
What calls loadFactoryNames()?
loadFactoryNames() is called by 1 function(s): getConfigurationsForAnnotation.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free