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

message() — spring-boot Function Reference

Architecture documentation for the message() function in OnBeanCondition.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  18f5fe99_be23_a43e_a6e4_fe16d6894135["message()"]
  88a0bf69_b168_32a6_18fa_f66414a06bbd["evaluateConditionalOnBean()"]
  88a0bf69_b168_32a6_18fa_f66414a06bbd -->|calls| 18f5fe99_be23_a43e_a6e4_fe16d6894135
  fd603d49_4269_fbde_174b_b296c20d4b2d["evaluateConditionalOnSingleCandidate()"]
  fd603d49_4269_fbde_174b_b296c20d4b2d -->|calls| 18f5fe99_be23_a43e_a6e4_fe16d6894135
  0728734f_676c_32d6_80e4_1a420d5d6239["evaluateConditionalOnMissingBean()"]
  0728734f_676c_32d6_80e4_1a420d5d6239 -->|calls| 18f5fe99_be23_a43e_a6e4_fe16d6894135
  style 18f5fe99_be23_a43e_a6e4_fe16d6894135 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/OnBeanCondition.java lines 762–764

		private Builder message() {
			return ConditionMessage.forCondition(this.annotationType, this);
		}

Domain

Subdomains

Frequently Asked Questions

What does message() do?
message() is a function in the spring-boot codebase.
What calls message()?
message() is called by 3 function(s): evaluateConditionalOnBean, evaluateConditionalOnMissingBean, evaluateConditionalOnSingleCandidate.

Analyze Your Own Codebase

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

Try Supermodel Free