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

properties() — spring-boot Function Reference

Architecture documentation for the properties() function in SpringApplicationBuilder.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 4 called by 4

Entity Profile

Dependency Diagram

graph TD
  94e71749_900c_a3ee_880d_8d0e95c538e4["properties()"]
  a64bbc22_3f73_434d_d720_26462030b670["child()"]
  a64bbc22_3f73_434d_d720_26462030b670 -->|calls| 94e71749_900c_a3ee_880d_8d0e95c538e4
  8a118e49_42e8_8550_9795_9fdf8ea8c31e["parent()"]
  8a118e49_42e8_8550_9795_9fdf8ea8c31e -->|calls| 94e71749_900c_a3ee_880d_8d0e95c538e4
  6783843b_836b_ffe1_7b56_c6df6bf9d1bc["defaultPropertiesShouldBeMerged()"]
  6783843b_836b_ffe1_7b56_c6df6bf9d1bc -->|calls| 94e71749_900c_a3ee_880d_8d0e95c538e4
  a967c565_3137_222a_1da8_bb27e9fc105e["logFileRegisteredInTheContextWhenApplicable()"]
  a967c565_3137_222a_1da8_bb27e9fc105e -->|calls| 94e71749_900c_a3ee_880d_8d0e95c538e4
  c7fecf7f_b868_8915_a299_d0a6fbe5c365["getMapFromKeyValuePairs()"]
  94e71749_900c_a3ee_880d_8d0e95c538e4 -->|calls| c7fecf7f_b868_8915_a299_d0a6fbe5c365
  b9b7ab39_acf4_ed26_3556_e46e8248dc53["getMapFromProperties()"]
  94e71749_900c_a3ee_880d_8d0e95c538e4 -->|calls| b9b7ab39_acf4_ed26_3556_e46e8248dc53
  0307cf8d_fc8f_0c1f_27ae_adc000d77a4c["setDefaultProperties()"]
  94e71749_900c_a3ee_880d_8d0e95c538e4 -->|calls| 0307cf8d_fc8f_0c1f_27ae_adc000d77a4c
  ae274a0a_4be3_3db9_53e9_5b0b050b3801["environment()"]
  94e71749_900c_a3ee_880d_8d0e95c538e4 -->|calls| ae274a0a_4be3_3db9_53e9_5b0b050b3801
  style 94e71749_900c_a3ee_880d_8d0e95c538e4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/builder/SpringApplicationBuilder.java lines 435–437

	public SpringApplicationBuilder properties(String... defaultProperties) {
		return properties(getMapFromKeyValuePairs(defaultProperties));
	}

Domain

Subdomains

Calls

Frequently Asked Questions

What does properties() do?
properties() is a function in the spring-boot codebase.
What does properties() call?
properties() calls 4 function(s): environment, getMapFromKeyValuePairs, getMapFromProperties, setDefaultProperties.
What calls properties()?
properties() is called by 4 function(s): child, defaultPropertiesShouldBeMerged, logFileRegisteredInTheContextWhenApplicable, parent.

Analyze Your Own Codebase

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

Try Supermodel Free