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

Augmented() — spring-boot Function Reference

Architecture documentation for the Augmented() function in SpringApplication.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  d86fc6b4_d398_f81e_189e_a56b2e7162e8["Augmented()"]
  cb2fb72f_4cc2_8450_2405_eec049b7e780["from()"]
  cb2fb72f_4cc2_8450_2405_eec049b7e780 -->|calls| d86fc6b4_d398_f81e_189e_a56b2e7162e8
  a6b7c1f2_b277_8959_5dcb_3e20fb724f13["with()"]
  a6b7c1f2_b277_8959_5dcb_3e20fb724f13 -->|calls| d86fc6b4_d398_f81e_189e_a56b2e7162e8
  f7058035_70da_8309_1fc5_25bebbcc7136["withAdditionalProfiles()"]
  f7058035_70da_8309_1fc5_25bebbcc7136 -->|calls| d86fc6b4_d398_f81e_189e_a56b2e7162e8
  style d86fc6b4_d398_f81e_189e_a56b2e7162e8 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/SpringApplication.java lines 1498–1502

		Augmented(ThrowingConsumer<String[]> main, Set<Class<?>> sources, Set<String> additionalProfiles) {
			this.main = main;
			this.sources = Set.copyOf(sources);
			this.additionalProfiles = additionalProfiles;
		}

Domain

Subdomains

Called By

  • from()
  • with()
  • withAdditionalProfiles()

Frequently Asked Questions

What does Augmented() do?
Augmented() is a function in the spring-boot codebase.
What calls Augmented()?
Augmented() is called by 3 function(s): from, with, withAdditionalProfiles.

Analyze Your Own Codebase

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

Try Supermodel Free