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

createEmptyDefaultSources() — spring-boot Function Reference

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

Function java GradlePlugin RunTasks calls 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  004fa6cf_e0b4_597c_0085_f27904242c82["createEmptyDefaultSources()"]
  6a11ca47_422f_30e4_09d2_c78cacc62936["getPropertyResolvers()"]
  6a11ca47_422f_30e4_09d2_c78cacc62936 -->|calls| 004fa6cf_e0b4_597c_0085_f27904242c82
  537a9ee5_e1b7_ef39_790d_c3e92c10d4a8["getTitleSource()"]
  004fa6cf_e0b4_597c_0085_f27904242c82 -->|calls| 537a9ee5_e1b7_ef39_790d_c3e92c10d4a8
  444c295b_1422_2220_033c_0ae13d0ed444["getVersionSource()"]
  004fa6cf_e0b4_597c_0085_f27904242c82 -->|calls| 444c295b_1422_2220_033c_0ae13d0ed444
  style 004fa6cf_e0b4_597c_0085_f27904242c82 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/ResourceBanner.java lines 110–115

	private MutablePropertySources createEmptyDefaultSources(Environment environment, @Nullable Class<?> sourceClass) {
		MutablePropertySources emptyDefaultSources = new MutablePropertySources();
		emptyDefaultSources.addLast(getTitleSource(sourceClass, ""));
		emptyDefaultSources.addLast(getVersionSource(environment, ""));
		return emptyDefaultSources;
	}

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free