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

MetadataItemCondition() — spring-boot Function Reference

Architecture documentation for the MetadataItemCondition() function in Metadata.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 1 called by 9

Entity Profile

Dependency Diagram

graph TD
  7b04f967_88ab_533e_b7ff_784c8f28adc9["MetadataItemCondition()"]
  83ee5c58_5d39_6a9f_3b4b_81ba336603a7["withGroup()"]
  83ee5c58_5d39_6a9f_3b4b_81ba336603a7 -->|calls| 7b04f967_88ab_533e_b7ff_784c8f28adc9
  a4041ee3_920f_3ffa_6d69_6e3bcd2c6cdc["withProperty()"]
  a4041ee3_920f_3ffa_6d69_6e3bcd2c6cdc -->|calls| 7b04f967_88ab_533e_b7ff_784c8f28adc9
  70751124_3e92_ed3e_7f93_61d2e98490d3["ofType()"]
  70751124_3e92_ed3e_7f93_61d2e98490d3 -->|calls| 7b04f967_88ab_533e_b7ff_784c8f28adc9
  a7060ba0_7028_1911_946e_7c3090117119["fromSource()"]
  a7060ba0_7028_1911_946e_7c3090117119 -->|calls| 7b04f967_88ab_533e_b7ff_784c8f28adc9
  7132b0ee_395d_446d_9076_a3b6ab00ccbb["fromSourceMethod()"]
  7132b0ee_395d_446d_9076_a3b6ab00ccbb -->|calls| 7b04f967_88ab_533e_b7ff_784c8f28adc9
  facc73e3_5f28_4513_9b1f_79367931e644["withDescription()"]
  facc73e3_5f28_4513_9b1f_79367931e644 -->|calls| 7b04f967_88ab_533e_b7ff_784c8f28adc9
  3a84f306_c04e_ed63_ecc7_7013edbb2681["withDefaultValue()"]
  3a84f306_c04e_ed63_ecc7_7013edbb2681 -->|calls| 7b04f967_88ab_533e_b7ff_784c8f28adc9
  24e98b01_1aa8_27ae_189f_3eec90e0a528["withDeprecation()"]
  24e98b01_1aa8_27ae_189f_3eec90e0a528 -->|calls| 7b04f967_88ab_533e_b7ff_784c8f28adc9
  4524fd47_2a72_6baf_3673_e349f9d0b371["withNoDeprecation()"]
  4524fd47_2a72_6baf_3673_e349f9d0b371 -->|calls| 7b04f967_88ab_533e_b7ff_784c8f28adc9
  093de497_ebc6_10a2_cefc_e86d26b39321["createDescription()"]
  7b04f967_88ab_533e_b7ff_784c8f28adc9 -->|calls| 093de497_ebc6_10a2_cefc_e86d26b39321
  style 7b04f967_88ab_533e_b7ff_784c8f28adc9 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/metadata/Metadata.java lines 96–98

		public MetadataItemCondition(ItemType itemType, String name) {
			this(itemType, name, null, null, null, null, null, null);
		}

Domain

Subdomains

Frequently Asked Questions

What does MetadataItemCondition() do?
MetadataItemCondition() is a function in the spring-boot codebase.
What does MetadataItemCondition() call?
MetadataItemCondition() calls 1 function(s): createDescription.
What calls MetadataItemCondition()?
MetadataItemCondition() is called by 9 function(s): fromSource, fromSourceMethod, ofType, withDefaultValue, withDeprecation, withDescription, withGroup, withNoDeprecation, and 1 more.

Analyze Your Own Codebase

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

Try Supermodel Free