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

getVersionIfNotExcluded() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  b3c5f21d_e806_2c48_fd74_214410c990f9["getVersionIfNotExcluded()"]
  bcb833b0_2efd_5cb3_1944_3f027c02ac3c["getIfNotExcluded()"]
  b3c5f21d_e806_2c48_fd74_214410c990f9 -->|calls| bcb833b0_2efd_5cb3_1944_3f027c02ac3c
  1af2dec5_fe50_f54c_d82c_0be5ca5a4f33["getVersion()"]
  b3c5f21d_e806_2c48_fd74_214410c990f9 -->|calls| 1af2dec5_fe50_f54c_d82c_0be5ca5a4f33
  style b3c5f21d_e806_2c48_fd74_214410c990f9 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 134–138

	@Input
	@Optional
	@Nullable String getVersionIfNotExcluded() {
		return getIfNotExcluded(getVersion(), "version");
	}

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free