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

ItemMetadata() — spring-boot Function Reference

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

Function java GradlePlugin AotProcessing calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  ac671bed_a6f8_bb14_f025_a69cbde44f37["ItemMetadata()"]
  f41b269d_b7d7_c6dd_6ea0_f39cd776402f["newGroup()"]
  f41b269d_b7d7_c6dd_6ea0_f39cd776402f -->|calls| ac671bed_a6f8_bb14_f025_a69cbde44f37
  14d469eb_4ba7_e784_b4d8_11c5e9d3b187["newProperty()"]
  14d469eb_4ba7_e784_b4d8_11c5e9d3b187 -->|calls| ac671bed_a6f8_bb14_f025_a69cbde44f37
  7844338c_85fa_e0fd_b1f6_1e674c27610b["buildName()"]
  ac671bed_a6f8_bb14_f025_a69cbde44f37 -->|calls| 7844338c_85fa_e0fd_b1f6_1e674c27610b
  style ac671bed_a6f8_bb14_f025_a69cbde44f37 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/metadata/ItemMetadata.java lines 49–59

	ItemMetadata(ItemType itemType, String prefix, String name, String type, String sourceType, String sourceMethod,
			String description, Object defaultValue, ItemDeprecation deprecation) {
		this.itemType = itemType;
		this.name = buildName(prefix, name);
		this.type = type;
		this.sourceType = sourceType;
		this.sourceMethod = sourceMethod;
		this.description = description;
		this.defaultValue = defaultValue;
		this.deprecation = deprecation;
	}

Domain

Subdomains

Calls

Frequently Asked Questions

What does ItemMetadata() do?
ItemMetadata() is a function in the spring-boot codebase.
What does ItemMetadata() call?
ItemMetadata() calls 1 function(s): buildName.
What calls ItemMetadata()?
ItemMetadata() is called by 2 function(s): newGroup, newProperty.

Analyze Your Own Codebase

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

Try Supermodel Free