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

getGroupIfNotExcluded() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  747e6a91_754b_6797_45e9_946c456e0012["getGroupIfNotExcluded()"]
  bcb833b0_2efd_5cb3_1944_3f027c02ac3c["getIfNotExcluded()"]
  747e6a91_754b_6797_45e9_946c456e0012 -->|calls| bcb833b0_2efd_5cb3_1944_3f027c02ac3c
  ef15e899_7ab0_f48c_b0f0_00677a957b2f["getGroup()"]
  747e6a91_754b_6797_45e9_946c456e0012 -->|calls| ef15e899_7ab0_f48c_b0f0_00677a957b2f
  style 747e6a91_754b_6797_45e9_946c456e0012 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/buildinfo/BuildInfoProperties.java lines 115–119

	@Input
	@Optional
	@Nullable String getGroupIfNotExcluded() {
		return getIfNotExcluded(getGroup(), "group");
	}

Domain

Subdomains

Frequently Asked Questions

What does getGroupIfNotExcluded() do?
getGroupIfNotExcluded() is a function in the spring-boot codebase.
What does getGroupIfNotExcluded() call?
getGroupIfNotExcluded() calls 2 function(s): getGroup, getIfNotExcluded.

Analyze Your Own Codebase

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

Try Supermodel Free