newGroup() — spring-boot Function Reference
Architecture documentation for the newGroup() function in ItemMetadata.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD f41b269d_b7d7_c6dd_6ea0_f39cd776402f["newGroup()"] a713ccee_d57a_6f81_38f7_d66f898902d6["processAnnotatedTypeElement()"] a713ccee_d57a_6f81_38f7_d66f898902d6 -->|calls| f41b269d_b7d7_c6dd_6ea0_f39cd776402f 15858b74_f158_b75b_cdbb_9766d246d21f["processExecutableElement()"] 15858b74_f158_b75b_cdbb_9766d246d21f -->|calls| f41b269d_b7d7_c6dd_6ea0_f39cd776402f 9a8190ac_43a2_d14a_3556_086a485c05f7["processEndpoint()"] 9a8190ac_43a2_d14a_3556_086a485c05f7 -->|calls| f41b269d_b7d7_c6dd_6ea0_f39cd776402f 89d9aff8_32a6_5d3c_6b92_94a90d87d96b["resolveItemMetadataGroup()"] 89d9aff8_32a6_5d3c_6b92_94a90d87d96b -->|calls| f41b269d_b7d7_c6dd_6ea0_f39cd776402f ac671bed_a6f8_bb14_f025_a69cbde44f37["ItemMetadata()"] f41b269d_b7d7_c6dd_6ea0_f39cd776402f -->|calls| ac671bed_a6f8_bb14_f025_a69cbde44f37 style f41b269d_b7d7_c6dd_6ea0_f39cd776402f 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 212–214
public static ItemMetadata newGroup(String name, String type, String sourceType, String sourceMethod) {
return new ItemMetadata(ItemType.GROUP, name, null, type, sourceType, sourceMethod, null, null, null);
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does newGroup() do?
newGroup() is a function in the spring-boot codebase.
What does newGroup() call?
newGroup() calls 1 function(s): ItemMetadata.
What calls newGroup()?
newGroup() is called by 4 function(s): processAnnotatedTypeElement, processEndpoint, processExecutableElement, resolveItemMetadataGroup.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free