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

getVersionSource() — spring-boot Function Reference

Architecture documentation for the getVersionSource() function in ResourceBanner.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 2 called by 2

Entity Profile

Dependency Diagram

graph TD
  444c295b_1422_2220_033c_0ae13d0ed444["getVersionSource()"]
  13c30c21_0326_9fdb_65c4_642709f0fdda["createNullDefaultSources()"]
  13c30c21_0326_9fdb_65c4_642709f0fdda -->|calls| 444c295b_1422_2220_033c_0ae13d0ed444
  004fa6cf_e0b4_597c_0085_f27904242c82["createEmptyDefaultSources()"]
  004fa6cf_e0b4_597c_0085_f27904242c82 -->|calls| 444c295b_1422_2220_033c_0ae13d0ed444
  535960e6_048e_2130_d0e0_1d4772172c77["MapWithNullsPropertySource()"]
  444c295b_1422_2220_033c_0ae13d0ed444 -->|calls| 535960e6_048e_2130_d0e0_1d4772172c77
  758665c6_9fc3_784b_c756_9c373cdbdcc6["getVersionsMap()"]
  444c295b_1422_2220_033c_0ae13d0ed444 -->|calls| 758665c6_9fc3_784b_c756_9c373cdbdcc6
  style 444c295b_1422_2220_033c_0ae13d0ed444 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/ResourceBanner.java lines 139–141

	private MapWithNullsPropertySource getVersionSource(Environment environment, @Nullable String defaultValue) {
		return new MapWithNullsPropertySource("version", getVersionsMap(environment, defaultValue));
	}

Domain

Subdomains

Calls

Frequently Asked Questions

What does getVersionSource() do?
getVersionSource() is a function in the spring-boot codebase.
What does getVersionSource() call?
getVersionSource() calls 2 function(s): MapWithNullsPropertySource, getVersionsMap.
What calls getVersionSource()?
getVersionSource() is called by 2 function(s): createEmptyDefaultSources, createNullDefaultSources.

Analyze Your Own Codebase

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

Try Supermodel Free