failureAnalysisForObjectProviderConstructorConsumer() — spring-boot Function Reference
Architecture documentation for the failureAnalysisForObjectProviderConstructorConsumer() function in NoUniqueBeanDefinitionFailureAnalyzerTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 5a0e2cd2_885a_f25e_cb11_0394da25ca15["failureAnalysisForObjectProviderConstructorConsumer()"] 43901c45_86fa_2580_eddb_4457b8519148["analyzeFailure()"] 5a0e2cd2_885a_f25e_cb11_0394da25ca15 -->|calls| 43901c45_86fa_2580_eddb_4457b8519148 7059bd71_0e03_239d_9515_827b133d76a2["createFailure()"] 5a0e2cd2_885a_f25e_cb11_0394da25ca15 -->|calls| 7059bd71_0e03_239d_9515_827b133d76a2 ebc7cdd4_21bc_3491_686c_090da262ca48["getDescription()"] 5a0e2cd2_885a_f25e_cb11_0394da25ca15 -->|calls| ebc7cdd4_21bc_3491_686c_090da262ca48 da19625e_6502_09a1_442e_dce9694bf08c["assertFoundBeans()"] 5a0e2cd2_885a_f25e_cb11_0394da25ca15 -->|calls| da19625e_6502_09a1_442e_dce9694bf08c style 5a0e2cd2_885a_f25e_cb11_0394da25ca15 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/diagnostics/analyzer/NoUniqueBeanDefinitionFailureAnalyzerTests.java lines 112–118
@Test
void failureAnalysisForObjectProviderConstructorConsumer() {
FailureAnalysis failureAnalysis = analyzeFailure(createFailure(ObjectProviderConstructorConsumer.class));
assertThat(failureAnalysis.getDescription()).startsWith("Constructor in "
+ ObjectProviderConstructorConsumer.class.getName() + " required a single bean, but 6 were found:");
assertFoundBeans(failureAnalysis);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does failureAnalysisForObjectProviderConstructorConsumer() do?
failureAnalysisForObjectProviderConstructorConsumer() is a function in the spring-boot codebase.
What does failureAnalysisForObjectProviderConstructorConsumer() call?
failureAnalysisForObjectProviderConstructorConsumer() calls 4 function(s): analyzeFailure, assertFoundBeans, createFailure, getDescription.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free