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

withGroup() — spring-boot Function Reference

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

Function java GradlePlugin RunTasks calls 2 called by 63

Entity Profile

Dependency Diagram

graph TD
  83ee5c58_5d39_6a9f_3b4b_81ba336603a7["withGroup()"]
  488bf290_a240_a910_efae_c97e099cd875["simpleProperties()"]
  488bf290_a240_a910_efae_c97e099cd875 -->|calls| 83ee5c58_5d39_6a9f_3b4b_81ba336603a7
  2dc9de76_88c8_e483_476d_5782caed84fa["simplePrefixValueProperties()"]
  2dc9de76_88c8_e483_476d_5782caed84fa -->|calls| 83ee5c58_5d39_6a9f_3b4b_81ba336603a7
  a1d71b98_bb92_43d3_61f5_4de1d5a4ab79["simpleTypeProperties()"]
  a1d71b98_bb92_43d3_61f5_4de1d5a4ab79 -->|calls| 83ee5c58_5d39_6a9f_3b4b_81ba336603a7
  5d561345_59cd_5963_5a98_c172ade9e90f["hierarchicalProperties()"]
  5d561345_59cd_5963_5a98_c172ade9e90f -->|calls| 83ee5c58_5d39_6a9f_3b4b_81ba336603a7
  00f63610_eb6f_e9d9_65fc_2a15abca44c6["enumValues()"]
  00f63610_eb6f_e9d9_65fc_2a15abca44c6 -->|calls| 83ee5c58_5d39_6a9f_3b4b_81ba336603a7
  b50d13ed_087d_a46f_dd40_8022faa317f9["descriptionProperties()"]
  b50d13ed_087d_a46f_dd40_8022faa317f9 -->|calls| 83ee5c58_5d39_6a9f_3b4b_81ba336603a7
  6e6f469f_2884_f6f3_34a5_8e0e64f3f4dd["deprecatedProperties()"]
  6e6f469f_2884_f6f3_34a5_8e0e64f3f4dd -->|calls| 83ee5c58_5d39_6a9f_3b4b_81ba336603a7
  60a5e643_a7e5_49db_2019_232477237b6d["singleDeprecatedProperty()"]
  60a5e643_a7e5_49db_2019_232477237b6d -->|calls| 83ee5c58_5d39_6a9f_3b4b_81ba336603a7
  ff092594_c91b_66da_42ab_9a357b1b761e["singleDeprecatedFieldProperty()"]
  ff092594_c91b_66da_42ab_9a357b1b761e -->|calls| 83ee5c58_5d39_6a9f_3b4b_81ba336603a7
  a4438679_6d8d_9137_cff6_e0873f00d5a0["deprecatedOnUnrelatedSetter()"]
  a4438679_6d8d_9137_cff6_e0873f00d5a0 -->|calls| 83ee5c58_5d39_6a9f_3b4b_81ba336603a7
  768a9f19_e7c1_363c_771b_7a649c725426["deprecatedWithLessPreciseType()"]
  768a9f19_e7c1_363c_771b_7a649c725426 -->|calls| 83ee5c58_5d39_6a9f_3b4b_81ba336603a7
  9760342b_da84_415a_eb31_90c3a2e3c571["deprecatedPropertyOnRecord()"]
  9760342b_da84_415a_eb31_90c3a2e3c571 -->|calls| 83ee5c58_5d39_6a9f_3b4b_81ba336603a7
  e43461d9_9f87_328c_2b62_aae3a9b1d9de["typBoxing()"]
  e43461d9_9f87_328c_2b62_aae3a9b1d9de -->|calls| 83ee5c58_5d39_6a9f_3b4b_81ba336603a7
  5e381631_64f4_bf11_68f6_3e2eaba37bfc["parseArrayConfig()"]
  5e381631_64f4_bf11_68f6_3e2eaba37bfc -->|calls| 83ee5c58_5d39_6a9f_3b4b_81ba336603a7
  style 83ee5c58_5d39_6a9f_3b4b_81ba336603a7 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 42–44

	public static MetadataItemCondition withGroup(String name) {
		return new MetadataItemCondition(ItemType.GROUP, name);
	}

Domain

Subdomains

Called By

Frequently Asked Questions

What does withGroup() do?
withGroup() is a function in the spring-boot codebase.
What does withGroup() call?
withGroup() calls 2 function(s): MetadataItemCondition, ofType.
What calls withGroup()?
withGroup() is called by 63 function(s): annotatedGetter, assertAccessLevelLombokProperties, assertSimpleLombokProperties, builderPatternWithGenericReturnType, camelCaseEndpoint, childProperties, complexGenericProperties, customPropertiesEndpoint, and 55 more.

Analyze Your Own Codebase

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

Try Supermodel Free