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

getConditionEvaluationReport() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  3c0b05ec_c93b_5e73_e6fa_0c1a67a3f298["getConditionEvaluationReport()"]
  1c155093_f9d9_061b_a99a_17c047d6d759["conditionReportWhenMatched()"]
  1c155093_f9d9_061b_a99a_17c047d6d759 -->|calls| 3c0b05ec_c93b_5e73_e6fa_0c1a67a3f298
  6e3ca841_112a_9da7_f8c1_a20ecb4d2e6a["conditionReportWhenDoesNotMatch()"]
  6e3ca841_112a_9da7_f8c1_a20ecb4d2e6a -->|calls| 3c0b05ec_c93b_5e73_e6fa_0c1a67a3f298
  d04319d7_7d92_837b_324d_635e2a449866["repeatablePropertiesConditionReportWhenMatched()"]
  d04319d7_7d92_837b_324d_635e2a449866 -->|calls| 3c0b05ec_c93b_5e73_e6fa_0c1a67a3f298
  1a0171c7_6cce_5fcf_a2ff_df84660cfe4c["repeatablePropertiesConditionReportWhenDoesNotMatch()"]
  1a0171c7_6cce_5fcf_a2ff_df84660cfe4c -->|calls| 3c0b05ec_c93b_5e73_e6fa_0c1a67a3f298
  style 3c0b05ec_c93b_5e73_e6fa_0c1a67a3f298 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 202–211

	private String getConditionEvaluationReport() {
		assertThat(this.context).isNotNull();
		return ConditionEvaluationReport.get(this.context.getBeanFactory())
			.getConditionAndOutcomesBySource()
			.values()
			.stream()
			.flatMap(ConditionAndOutcomes::stream)
			.map(Object::toString)
			.collect(Collectors.joining("\n"));
	}

Domain

Subdomains

Frequently Asked Questions

What does getConditionEvaluationReport() do?
getConditionEvaluationReport() is a function in the spring-boot codebase.
What calls getConditionEvaluationReport()?
getConditionEvaluationReport() is called by 4 function(s): conditionReportWhenDoesNotMatch, conditionReportWhenMatched, repeatablePropertiesConditionReportWhenDoesNotMatch, repeatablePropertiesConditionReportWhenMatched.

Analyze Your Own Codebase

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

Try Supermodel Free