collectReportedConditionOutcomes() — spring-boot Function Reference
Architecture documentation for the collectReportedConditionOutcomes() function in NoSuchBeanDefinitionFailureAnalyzer.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD b60b1501_6523_f235_7257_d3b8e2482739["collectReportedConditionOutcomes()"] e48e5d6c_790e_67ae_b894_c5b0b733fdec["getAutoConfigurationResults()"] e48e5d6c_790e_67ae_b894_c5b0b733fdec -->|calls| b60b1501_6523_f235_7257_d3b8e2482739 74dd21e3_f492_10a8_ed0e_b35e84460d51["getConditionAndOutcomesBySource()"] b60b1501_6523_f235_7257_d3b8e2482739 -->|calls| 74dd21e3_f492_10a8_ed0e_b35e84460d51 f9f5171f_76a8_e9a3_1267_2fcf0e19a443["Source()"] b60b1501_6523_f235_7257_d3b8e2482739 -->|calls| f9f5171f_76a8_e9a3_1267_2fcf0e19a443 9f66673a_df4b_4203_34db_6cdbcdce26f2["isFullMatch()"] b60b1501_6523_f235_7257_d3b8e2482739 -->|calls| 9f66673a_df4b_4203_34db_6cdbcdce26f2 3ad1e26a_ef06_0be0_42fb_1d1e1d315c31["BeanMethods()"] b60b1501_6523_f235_7257_d3b8e2482739 -->|calls| 3ad1e26a_ef06_0be0_42fb_1d1e1d315c31 4045300f_88b1_c7e4_1bff_e7c58cbe09af["getOutcome()"] b60b1501_6523_f235_7257_d3b8e2482739 -->|calls| 4045300f_88b1_c7e4_1bff_e7c58cbe09af 588432ea_1cad_4f96_5f64_ea6658e568c2["isMatch()"] b60b1501_6523_f235_7257_d3b8e2482739 -->|calls| 588432ea_1cad_4f96_5f64_ea6658e568c2 2f899a14_8285_228a_1809_f8834d27dcf6["add()"] b60b1501_6523_f235_7257_d3b8e2482739 -->|calls| 2f899a14_8285_228a_1809_f8834d27dcf6 234eefbf_9020_f71b_a649_31233207b0ec["AutoConfigurationResult()"] b60b1501_6523_f235_7257_d3b8e2482739 -->|calls| 234eefbf_9020_f71b_a649_31233207b0ec style b60b1501_6523_f235_7257_d3b8e2482739 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/diagnostics/analyzer/NoSuchBeanDefinitionFailureAnalyzer.java lines 156–161
private void collectReportedConditionOutcomes(NoSuchBeanDefinitionException cause,
List<AutoConfigurationResult> results) {
this.report.getConditionAndOutcomesBySource()
.forEach((source, sourceOutcomes) -> collectReportedConditionOutcomes(cause, new Source(source),
sourceOutcomes, results));
}
Domain
Subdomains
Calls
- AutoConfigurationResult()
- BeanMethods()
- Source()
- add()
- getConditionAndOutcomesBySource()
- getOutcome()
- isFullMatch()
- isMatch()
Called By
Source
Frequently Asked Questions
What does collectReportedConditionOutcomes() do?
collectReportedConditionOutcomes() is a function in the spring-boot codebase.
What does collectReportedConditionOutcomes() call?
collectReportedConditionOutcomes() calls 8 function(s): AutoConfigurationResult, BeanMethods, Source, add, getConditionAndOutcomesBySource, getOutcome, isFullMatch, isMatch.
What calls collectReportedConditionOutcomes()?
collectReportedConditionOutcomes() is called by 1 function(s): getAutoConfigurationResults.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free