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

getAdditionalIfNotExcluded() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  0820b970_1596_5947_971c_cfb0b92ccf44["getAdditionalIfNotExcluded()"]
  fd9298ce_64a6_cbb8_c822_0c2a1751d591["coerceToStringValues()"]
  0820b970_1596_5947_971c_cfb0b92ccf44 -->|calls| fd9298ce_64a6_cbb8_c822_0c2a1751d591
  c429cd2c_2875_6c25_2cb1_524394542990["applyExclusions()"]
  0820b970_1596_5947_971c_cfb0b92ccf44 -->|calls| c429cd2c_2875_6c25_2cb1_524394542990
  a2cc717e_c41f_8f92_1830_8048b29b51e2["getAdditional()"]
  0820b970_1596_5947_971c_cfb0b92ccf44 -->|calls| a2cc717e_c41f_8f92_1830_8048b29b51e2
  style 0820b970_1596_5947_971c_cfb0b92ccf44 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 140–143

	@Input
	Map<String, String> getAdditionalIfNotExcluded() {
		return coerceToStringValues(applyExclusions(getAdditional().getOrElse(Collections.emptyMap())));
	}

Domain

Subdomains

Calls

  • applyExclusions()
  • coerceToStringValues()
  • getAdditional()

Frequently Asked Questions

What does getAdditionalIfNotExcluded() do?
getAdditionalIfNotExcluded() is a function in the spring-boot codebase.
What does getAdditionalIfNotExcluded() call?
getAdditionalIfNotExcluded() calls 3 function(s): applyExclusions, coerceToStringValues, getAdditional.

Analyze Your Own Codebase

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

Try Supermodel Free