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

getActivatedProfiles() — spring-boot Function Reference

Architecture documentation for the getActivatedProfiles() function in Profiles.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  175e6983_f462_422e_66ee_6317c83d2b44["getActivatedProfiles()"]
  994d7355_9079_f3f8_1646_b7d0f4cc95b5["Profiles()"]
  994d7355_9079_f3f8_1646_b7d0f4cc95b5 -->|calls| 175e6983_f462_422e_66ee_6317c83d2b44
  fe919649_c2f5_4a95_7a16_83620ff46401["asUniqueItemList()"]
  175e6983_f462_422e_66ee_6317c83d2b44 -->|calls| fe919649_c2f5_4a95_7a16_83620ff46401
  8445b180_4ad0_93ed_c3d2_c831b86926c0["getProfiles()"]
  175e6983_f462_422e_66ee_6317c83d2b44 -->|calls| 8445b180_4ad0_93ed_c3d2_c831b86926c0
  style 175e6983_f462_422e_66ee_6317c83d2b44 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/context/config/Profiles.java lines 93–96

	private List<String> getActivatedProfiles(Environment environment, Binder binder, ProfilesValidator validator,
			@Nullable Collection<String> additionalProfiles) {
		return asUniqueItemList(getProfiles(environment, binder, validator, Type.ACTIVE), additionalProfiles);
	}

Domain

Subdomains

Called By

Frequently Asked Questions

What does getActivatedProfiles() do?
getActivatedProfiles() is a function in the spring-boot codebase.
What does getActivatedProfiles() call?
getActivatedProfiles() calls 2 function(s): asUniqueItemList, getProfiles.
What calls getActivatedProfiles()?
getActivatedProfiles() is called by 1 function(s): Profiles.

Analyze Your Own Codebase

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

Try Supermodel Free