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

items() — spring-boot Function Reference

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

Function java GradlePlugin DslExtensions calls 4 called by 5

Entity Profile

Dependency Diagram

graph TD
  cda33899_fd39_7aab_217d_1e0555883860["items()"]
  8ef55a81_2821_6660_c751_f581b326af34["foundExactly()"]
  8ef55a81_2821_6660_c751_f581b326af34 -->|calls| cda33899_fd39_7aab_217d_1e0555883860
  595cf69b_ca6a_8599_5402_3c6bda228ec0["atAll()"]
  595cf69b_ca6a_8599_5402_3c6bda228ec0 -->|calls| cda33899_fd39_7aab_217d_1e0555883860
  c9085c5f_4de1_7b04_4ea1_96b58328857b["getMatchOutcomeForBasename()"]
  c9085c5f_4de1_7b04_4ea1_96b58328857b -->|calls| cda33899_fd39_7aab_217d_1e0555883860
  a79d9ef6_4478_e4ff_b3e8_02db7b3741e2["getMatchOutcome()"]
  a79d9ef6_4478_e4ff_b3e8_02db7b3741e2 -->|calls| cda33899_fd39_7aab_217d_1e0555883860
  395ffeeb_ea3f_f490_89bd_75c6a72c5571["getMatchOutcome()"]
  395ffeeb_ea3f_f490_89bd_75c6a72c5571 -->|calls| cda33899_fd39_7aab_217d_1e0555883860
  00abb478_7bc9_e782_a341_5bdf668c70a9["append()"]
  cda33899_fd39_7aab_217d_1e0555883860 -->|calls| 00abb478_7bc9_e782_a341_5bdf668c70a9
  0345c60f_585f_84d4_4138_21fda2a496ea["isEmpty()"]
  cda33899_fd39_7aab_217d_1e0555883860 -->|calls| 0345c60f_585f_84d4_4138_21fda2a496ea
  5a1c2028_4a8a_cc42_55f6_96a2d5122a9c["because()"]
  cda33899_fd39_7aab_217d_1e0555883860 -->|calls| 5a1c2028_4a8a_cc42_55f6_96a2d5122a9c
  cceea4da_5b01_146b_4940_64a4716c775e["toString()"]
  cda33899_fd39_7aab_217d_1e0555883860 -->|calls| cceea4da_5b01_146b_4940_64a4716c775e
  style cda33899_fd39_7aab_217d_1e0555883860 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 348–350

		public ConditionMessage items(Object @Nullable ... items) {
			return items(Style.NORMAL, items);
		}

Domain

Subdomains

Calls

Frequently Asked Questions

What does items() do?
items() is a function in the spring-boot codebase.
What does items() call?
items() calls 4 function(s): append, because, isEmpty, toString.
What calls items()?
items() is called by 5 function(s): atAll, foundExactly, getMatchOutcome, getMatchOutcome, getMatchOutcomeForBasename.

Analyze Your Own Codebase

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

Try Supermodel Free