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

getOutcome() — spring-boot Function Reference

Architecture documentation for the getOutcome() function in ConditionEvaluationReport.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  4045300f_88b1_c7e4_1bff_e7c58cbe09af["getOutcome()"]
  b0ffdc9a_7bf7_b836_e663_938ca37685b6["getDelta()"]
  b0ffdc9a_7bf7_b836_e663_938ca37685b6 -->|calls| 4045300f_88b1_c7e4_1bff_e7c58cbe09af
  9f66673a_df4b_4203_34db_6cdbcdce26f2["isFullMatch()"]
  9f66673a_df4b_4203_34db_6cdbcdce26f2 -->|calls| 4045300f_88b1_c7e4_1bff_e7c58cbe09af
  b60b1501_6523_f235_7257_d3b8e2482739["collectReportedConditionOutcomes()"]
  b60b1501_6523_f235_7257_d3b8e2482739 -->|calls| 4045300f_88b1_c7e4_1bff_e7c58cbe09af
  b9811ad4_ce37_0221_7f6c_ced6410b36e8["addNonMatchLogMessage()"]
  b9811ad4_ce37_0221_7f6c_ced6410b36e8 -->|calls| 4045300f_88b1_c7e4_1bff_e7c58cbe09af
  36d91e88_a689_0966_eefd_eb012d05d30a["logConditionAndOutcome()"]
  36d91e88_a689_0966_eefd_eb012d05d30a -->|calls| 4045300f_88b1_c7e4_1bff_e7c58cbe09af
  style 4045300f_88b1_c7e4_1bff_e7c58cbe09af fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/ConditionEvaluationReport.java lines 278–280

		public ConditionOutcome getOutcome() {
			return this.outcome;
		}

Domain

Subdomains

Frequently Asked Questions

What does getOutcome() do?
getOutcome() is a function in the spring-boot codebase.
What calls getOutcome()?
getOutcome() is called by 5 function(s): addNonMatchLogMessage, collectReportedConditionOutcomes, getDelta, isFullMatch, logConditionAndOutcome.

Analyze Your Own Codebase

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

Try Supermodel Free