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

getDefaultProfiles() — spring-boot Function Reference

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

Function java GradlePlugin DslExtensions calls 2 called by 1

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

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

	private List<String> getDefaultProfiles(Environment environment, Binder binder, ProfilesValidator validator) {
		return asUniqueItemList(getProfiles(environment, binder, validator, Type.DEFAULT));
	}

Domain

Subdomains

Called By

Frequently Asked Questions

What does getDefaultProfiles() do?
getDefaultProfiles() is a function in the spring-boot codebase.
What does getDefaultProfiles() call?
getDefaultProfiles() calls 2 function(s): asUniqueItemList, getProfiles.
What calls getDefaultProfiles()?
getDefaultProfiles() 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