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

add() — spring-boot Function Reference

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

Function java GradlePlugin AotProcessing calls 1 called by 8

Entity Profile

Dependency Diagram

graph TD
  2f899a14_8285_228a_1809_f8834d27dcf6["add()"]
  60e56185_c5df_505f_88f2_dcdfb6606d97["recordConditionEvaluation()"]
  60e56185_c5df_505f_88f2_dcdfb6606d97 -->|calls| 2f899a14_8285_228a_1809_f8834d27dcf6
  2aff1e8c_9d4c_40d5_51a3_a8019d398e92["addNoMatchOutcomeToAncestors()"]
  2aff1e8c_9d4c_40d5_51a3_a8019d398e92 -->|calls| 2f899a14_8285_228a_1809_f8834d27dcf6
  b60b1501_6523_f235_7257_d3b8e2482739["collectReportedConditionOutcomes()"]
  b60b1501_6523_f235_7257_d3b8e2482739 -->|calls| 2f899a14_8285_228a_1809_f8834d27dcf6
  43c0250e_ab63_6ce0_4a8f_5ad021d438f6["collectExcludedAutoConfiguration()"]
  43c0250e_ab63_6ce0_4a8f_5ad021d438f6 -->|calls| 2f899a14_8285_228a_1809_f8834d27dcf6
  5e6ab4c3_eea4_02f0_7c7c_a8bb2c83804a["findBeanMethods()"]
  5e6ab4c3_eea4_02f0_7c7c_a8bb2c83804a -->|calls| 2f899a14_8285_228a_1809_f8834d27dcf6
  ac560ea3_b661_30a9_46eb_a5e07e7ba912["mapToFullyQualifiedNames()"]
  ac560ea3_b661_30a9_46eb_a5e07e7ba912 -->|calls| 2f899a14_8285_228a_1809_f8834d27dcf6
  b9811ad4_ce37_0221_7f6c_ced6410b36e8["addNonMatchLogMessage()"]
  b9811ad4_ce37_0221_7f6c_ced6410b36e8 -->|calls| 2f899a14_8285_228a_1809_f8834d27dcf6
  a5087eeb_ca77_1163_5b55_15d92b02e9b1["addExclusions()"]
  a5087eeb_ca77_1163_5b55_15d92b02e9b1 -->|calls| 2f899a14_8285_228a_1809_f8834d27dcf6
  1a9c5f1c_358c_2058_0c9d_700662009f02["ConditionAndOutcome()"]
  2f899a14_8285_228a_1809_f8834d27dcf6 -->|calls| 1a9c5f1c_358c_2058_0c9d_700662009f02
  style 2f899a14_8285_228a_1809_f8834d27dcf6 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 227–229

		public void add(Condition condition, ConditionOutcome outcome) {
			this.outcomes.add(new ConditionAndOutcome(condition, outcome));
		}

Domain

Subdomains

Calls

  • ConditionAndOutcome()

Frequently Asked Questions

What does add() do?
add() is a function in the spring-boot codebase.
What does add() call?
add() calls 1 function(s): ConditionAndOutcome.
What calls add()?
add() is called by 8 function(s): addExclusions, addNoMatchOutcomeToAncestors, addNonMatchLogMessage, collectExcludedAutoConfiguration, collectReportedConditionOutcomes, findBeanMethods, mapToFullyQualifiedNames, recordConditionEvaluation.

Analyze Your Own Codebase

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

Try Supermodel Free