Home / Function/ getAutoConfigurationResults() — spring-boot Function Reference

getAutoConfigurationResults() — spring-boot Function Reference

Architecture documentation for the getAutoConfigurationResults() function in NoSuchBeanDefinitionFailureAnalyzer.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  e48e5d6c_790e_67ae_b894_c5b0b733fdec["getAutoConfigurationResults()"]
  0926a6fc_c637_4052_331c_69508124c58c["analyze()"]
  0926a6fc_c637_4052_331c_69508124c58c -->|calls| e48e5d6c_790e_67ae_b894_c5b0b733fdec
  b60b1501_6523_f235_7257_d3b8e2482739["collectReportedConditionOutcomes()"]
  e48e5d6c_790e_67ae_b894_c5b0b733fdec -->|calls| b60b1501_6523_f235_7257_d3b8e2482739
  43c0250e_ab63_6ce0_4a8f_5ad021d438f6["collectExcludedAutoConfiguration()"]
  e48e5d6c_790e_67ae_b894_c5b0b733fdec -->|calls| 43c0250e_ab63_6ce0_4a8f_5ad021d438f6
  style e48e5d6c_790e_67ae_b894_c5b0b733fdec 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 129–134

	private List<AutoConfigurationResult> getAutoConfigurationResults(NoSuchBeanDefinitionException cause) {
		List<AutoConfigurationResult> results = new ArrayList<>();
		collectReportedConditionOutcomes(cause, results);
		collectExcludedAutoConfiguration(cause, results);
		return results;
	}

Domain

Subdomains

Called By

Frequently Asked Questions

What does getAutoConfigurationResults() do?
getAutoConfigurationResults() is a function in the spring-boot codebase.
What does getAutoConfigurationResults() call?
getAutoConfigurationResults() calls 2 function(s): collectExcludedAutoConfiguration, collectReportedConditionOutcomes.
What calls getAutoConfigurationResults()?
getAutoConfigurationResults() is called by 1 function(s): analyze.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free