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

getSourceType() — spring-boot Function Reference

Architecture documentation for the getSourceType() function in ItemMetadata.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  91772c88_8487_b65b_7842_fb8961e64bd0["getSourceType()"]
  fe6f75cd_2e32_1d47_8b8a_9e3f6acc1780["checkDefaultAccessValueMatchesExisting()"]
  fe6f75cd_2e32_1d47_8b8a_9e3f6acc1780 -->|calls| 91772c88_8487_b65b_7842_fb8961e64bd0
  e3cf511c_21be_5d92_a878_4a7b7e7ab661["shouldBeMerged()"]
  e3cf511c_21be_5d92_a878_4a7b7e7ab661 -->|calls| 91772c88_8487_b65b_7842_fb8961e64bd0
  8b20b6cb_c08f_f4ce_f63a_83f47564f46f["mergeExistingPropertyWithSeveralCandidates()"]
  8b20b6cb_c08f_f4ce_f63a_83f47564f46f -->|calls| 91772c88_8487_b65b_7842_fb8961e64bd0
  style 91772c88_8487_b65b_7842_fb8961e64bd0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/metadata/ItemMetadata.java lines 110–112

	public String getSourceType() {
		return this.sourceType;
	}

Domain

Subdomains

Frequently Asked Questions

What does getSourceType() do?
getSourceType() is a function in the spring-boot codebase.
What calls getSourceType()?
getSourceType() is called by 3 function(s): checkDefaultAccessValueMatchesExisting, mergeExistingPropertyWithSeveralCandidates, shouldBeMerged.

Analyze Your Own Codebase

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

Try Supermodel Free