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

conditionReportWhenMatched() — spring-boot Function Reference

Architecture documentation for the conditionReportWhenMatched() function in ConditionalOnBooleanPropertyTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  1c155093_f9d9_061b_a99a_17c047d6d759["conditionReportWhenMatched()"]
  bdbaeb8a_5326_2c5d_9dd5_b161413d3b29["load()"]
  1c155093_f9d9_061b_a99a_17c047d6d759 -->|calls| bdbaeb8a_5326_2c5d_9dd5_b161413d3b29
  81ad36ab_2706_3651_bf7b_2adeb109bfbc["containsBean()"]
  1c155093_f9d9_061b_a99a_17c047d6d759 -->|calls| 81ad36ab_2706_3651_bf7b_2adeb109bfbc
  3c0b05ec_c93b_5e73_e6fa_0c1a67a3f298["getConditionEvaluationReport()"]
  1c155093_f9d9_061b_a99a_17c047d6d759 -->|calls| 3c0b05ec_c93b_5e73_e6fa_0c1a67a3f298
  style 1c155093_f9d9_061b_a99a_17c047d6d759 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/condition/ConditionalOnBooleanPropertyTests.java lines 167–172

	@Test
	void conditionReportWhenMatched() {
		load(Defaults.class, "test=true");
		assertThat(containsBean()).isTrue();
		assertThat(getConditionEvaluationReport()).contains("@ConditionalOnBooleanProperty (test=true) matched");
	}

Domain

Subdomains

Frequently Asked Questions

What does conditionReportWhenMatched() do?
conditionReportWhenMatched() is a function in the spring-boot codebase.
What does conditionReportWhenMatched() call?
conditionReportWhenMatched() calls 3 function(s): containsBean, getConditionEvaluationReport, load.

Analyze Your Own Codebase

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

Try Supermodel Free