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

found() — spring-boot Function Reference

Architecture documentation for the found() function in ConditionMessage.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 1 called by 4

Entity Profile

Dependency Diagram

graph TD
  400896d2_90f4_d5de_f777_5e833f4199c0["found()"]
  8ef55a81_2821_6660_c751_f581b326af34["foundExactly()"]
  8ef55a81_2821_6660_c751_f581b326af34 -->|calls| 400896d2_90f4_d5de_f777_5e833f4199c0
  c9085c5f_4de1_7b04_4ea1_96b58328857b["getMatchOutcomeForBasename()"]
  c9085c5f_4de1_7b04_4ea1_96b58328857b -->|calls| 400896d2_90f4_d5de_f777_5e833f4199c0
  a79d9ef6_4478_e4ff_b3e8_02db7b3741e2["getMatchOutcome()"]
  a79d9ef6_4478_e4ff_b3e8_02db7b3741e2 -->|calls| 400896d2_90f4_d5de_f777_5e833f4199c0
  395ffeeb_ea3f_f490_89bd_75c6a72c5571["getMatchOutcome()"]
  395ffeeb_ea3f_f490_89bd_75c6a72c5571 -->|calls| 400896d2_90f4_d5de_f777_5e833f4199c0
  027e3948_9344_42d6_8644_c0c01748570b["ItemsBuilder()"]
  400896d2_90f4_d5de_f777_5e833f4199c0 -->|calls| 027e3948_9344_42d6_8644_c0c01748570b
  style 400896d2_90f4_d5de_f777_5e833f4199c0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/ConditionMessage.java lines 226–228

		public ItemsBuilder found(String article) {
			return found(article, article);
		}

Domain

Subdomains

Calls

  • ItemsBuilder()

Frequently Asked Questions

What does found() do?
found() is a function in the spring-boot codebase.
What does found() call?
found() calls 1 function(s): ItemsBuilder.
What calls found()?
found() is called by 4 function(s): foundExactly, getMatchOutcome, getMatchOutcome, getMatchOutcomeForBasename.

Analyze Your Own Codebase

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

Try Supermodel Free