setDefaultProperties() — spring-boot Function Reference
Architecture documentation for the setDefaultProperties() function in SpringApplication.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 0307cf8d_fc8f_0c1f_27ae_adc000d77a4c["setDefaultProperties()"] 94e71749_900c_a3ee_880d_8d0e95c538e4["properties()"] 94e71749_900c_a3ee_880d_8d0e95c538e4 -->|calls| 0307cf8d_fc8f_0c1f_27ae_adc000d77a4c 99ebecd2_8538_9ddd_4295_6c86523a31d5["runWhenHasDefaultPropertiesIncludesDefaultPropertiesLast()"] 99ebecd2_8538_9ddd_4295_6c86523a31d5 -->|calls| 0307cf8d_fc8f_0c1f_27ae_adc000d77a4c 91d28515_780a_de48_84d3_2dd2a054f9b0["runWhenHasDefaultPropertiesWithConfigNameLoadsExpectedProperties()"] 91d28515_780a_de48_84d3_2dd2a054f9b0 -->|calls| 0307cf8d_fc8f_0c1f_27ae_adc000d77a4c f3246cd8_a3eb_0bed_cdd2_9f3e15c43f91["runWhenHasActiveProfilesFromDefaultPropertiesAndFileLoadsWithActiveProfilesFromFileTakingPrecedence()"] f3246cd8_a3eb_0bed_cdd2_9f3e15c43f91 -->|calls| 0307cf8d_fc8f_0c1f_27ae_adc000d77a4c b0ede74b_3436_0cee_4317_feec64a93c6d["base64ResourceResolves()"] b0ede74b_3436_0cee_4317_feec64a93c6d -->|calls| 0307cf8d_fc8f_0c1f_27ae_adc000d77a4c 7f80927b_f287_0bc9_1c75_cc3e4ee20185["enabled()"] 7f80927b_f287_0bc9_1c75_cc3e4ee20185 -->|calls| 0307cf8d_fc8f_0c1f_27ae_adc000d77a4c 38d08f13_880b_ab65_5275_ce0165a05de1["disabled()"] 38d08f13_880b_ab65_5275_ce0165a05de1 -->|calls| 0307cf8d_fc8f_0c1f_27ae_adc000d77a4c 87f0b21f_3955_8dcc_cc55_9c6321893f96["get()"] 0307cf8d_fc8f_0c1f_27ae_adc000d77a4c -->|calls| 87f0b21f_3955_8dcc_cc55_9c6321893f96 style 0307cf8d_fc8f_0c1f_27ae_adc000d77a4c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/SpringApplication.java lines 1086–1088
public void setDefaultProperties(Map<String, Object> defaultProperties) {
this.defaultProperties = defaultProperties;
}
Domain
Subdomains
Calls
Called By
- base64ResourceResolves()
- disabled()
- enabled()
- properties()
- runWhenHasActiveProfilesFromDefaultPropertiesAndFileLoadsWithActiveProfilesFromFileTakingPrecedence()
- runWhenHasDefaultPropertiesIncludesDefaultPropertiesLast()
- runWhenHasDefaultPropertiesWithConfigNameLoadsExpectedProperties()
Source
Frequently Asked Questions
What does setDefaultProperties() do?
setDefaultProperties() is a function in the spring-boot codebase.
What does setDefaultProperties() call?
setDefaultProperties() calls 1 function(s): get.
What calls setDefaultProperties()?
setDefaultProperties() is called by 7 function(s): base64ResourceResolves, disabled, enabled, properties, runWhenHasActiveProfilesFromDefaultPropertiesAndFileLoadsWithActiveProfilesFromFileTakingPrecedence, runWhenHasDefaultPropertiesIncludesDefaultPropertiesLast, runWhenHasDefaultPropertiesWithConfigNameLoadsExpectedProperties.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free