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

newProperty() — spring-boot Function Reference

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

Function java GradlePlugin AotProcessing calls 1 called by 11

Entity Profile

Dependency Diagram

graph TD
  14d469eb_4ba7_e784_b4d8_11c5e9d3b187["newProperty()"]
  9a8190ac_43a2_d14a_3556_086a485c05f7["processEndpoint()"]
  9a8190ac_43a2_d14a_3556_086a485c05f7 -->|calls| 14d469eb_4ba7_e784_b4d8_11c5e9d3b187
  2d31d708_7a16_1d88_6f34_12de6c2ee2cb["resolveItemMetadataProperty()"]
  2d31d708_7a16_1d88_6f34_12de6c2ee2cb -->|calls| 14d469eb_4ba7_e784_b4d8_11c5e9d3b187
  f5e568a9_e1ed_aa61_1afd_3856040f87b5["mergingOfAdditionalProperty()"]
  f5e568a9_e1ed_aa61_1afd_3856040f87b5 -->|calls| 14d469eb_4ba7_e784_b4d8_11c5e9d3b187
  368a0e26_aab1_4871_819a_d1e1f12c1b34["mergingOfAdditionalPropertyMatchingGroup()"]
  368a0e26_aab1_4871_819a_d1e1f12c1b34 -->|calls| 14d469eb_4ba7_e784_b4d8_11c5e9d3b187
  fa0d5ba4_1fee_070b_f31e_ded40ecba6ba["mergeExistingPropertyDefaultValue()"]
  fa0d5ba4_1fee_070b_f31e_ded40ecba6ba -->|calls| 14d469eb_4ba7_e784_b4d8_11c5e9d3b187
  8b20b6cb_c08f_f4ce_f63a_83f47564f46f["mergeExistingPropertyWithSeveralCandidates()"]
  8b20b6cb_c08f_f4ce_f63a_83f47564f46f -->|calls| 14d469eb_4ba7_e784_b4d8_11c5e9d3b187
  4b3e875b_e768_205a_0c1b_149f0189b9aa["mergeExistingPropertyDescription()"]
  4b3e875b_e768_205a_0c1b_149f0189b9aa -->|calls| 14d469eb_4ba7_e784_b4d8_11c5e9d3b187
  492888c3_d3da_3e42_fa7f_da31e0ce0919["mergeExistingPropertyDeprecation()"]
  492888c3_d3da_3e42_fa7f_da31e0ce0919 -->|calls| 14d469eb_4ba7_e784_b4d8_11c5e9d3b187
  86db2a59_f717_17d6_b92c_067a0375ba30["mergeExistingPropertyDeprecationOverride()"]
  86db2a59_f717_17d6_b92c_067a0375ba30 -->|calls| 14d469eb_4ba7_e784_b4d8_11c5e9d3b187
  204e892f_d28d_6fdc_2f14_c0d4e833b9bb["mergeExistingPropertyDeprecationOverrideLevel()"]
  204e892f_d28d_6fdc_2f14_c0d4e833b9bb -->|calls| 14d469eb_4ba7_e784_b4d8_11c5e9d3b187
  80b8d0af_5b68_c5dc_cc48_32a6741cefe3["mergingOfAdditionalDeprecation()"]
  80b8d0af_5b68_c5dc_cc48_32a6741cefe3 -->|calls| 14d469eb_4ba7_e784_b4d8_11c5e9d3b187
  ac671bed_a6f8_bb14_f025_a69cbde44f37["ItemMetadata()"]
  14d469eb_4ba7_e784_b4d8_11c5e9d3b187 -->|calls| ac671bed_a6f8_bb14_f025_a69cbde44f37
  style 14d469eb_4ba7_e784_b4d8_11c5e9d3b187 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 216–220

	public static ItemMetadata newProperty(String prefix, String name, String type, String sourceType,
			String sourceMethod, String description, Object defaultValue, ItemDeprecation deprecation) {
		return new ItemMetadata(ItemType.PROPERTY, prefix, name, type, sourceType, sourceMethod, description,
				defaultValue, deprecation);
	}

Domain

Subdomains

Frequently Asked Questions

What does newProperty() do?
newProperty() is a function in the spring-boot codebase.
What does newProperty() call?
newProperty() calls 1 function(s): ItemMetadata.
What calls newProperty()?
newProperty() is called by 11 function(s): mergeExistingPropertyDefaultValue, mergeExistingPropertyDeprecation, mergeExistingPropertyDeprecationOverride, mergeExistingPropertyDeprecationOverrideLevel, mergeExistingPropertyDescription, mergeExistingPropertyWithSeveralCandidates, mergingOfAdditionalDeprecation, mergingOfAdditionalProperty, and 3 more.

Analyze Your Own Codebase

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

Try Supermodel Free