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

postProcessEnvironment() — spring-boot Function Reference

Architecture documentation for the postProcessEnvironment() function in ConfigDataEnvironmentPostProcessor.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 3 called by 9

Entity Profile

Dependency Diagram

graph TD
  6feabfe5_54aa_1ee7_f80c_f4b9c409643a["postProcessEnvironment()"]
  73a975fd_f2ec_431c_ebcd_1dc5867c0a23["postProcessEnvironment()"]
  73a975fd_f2ec_431c_ebcd_1dc5867c0a23 -->|calls| 6feabfe5_54aa_1ee7_f80c_f4b9c409643a
  fbdc7897_312e_8c91_220d_a5abf31ee73f["applyTo()"]
  fbdc7897_312e_8c91_220d_a5abf31ee73f -->|calls| 6feabfe5_54aa_1ee7_f80c_f4b9c409643a
  e3a4e896_d5e4_4e2c_4b64_f737922f695e["testApplicationProperties()"]
  e3a4e896_d5e4_4e2c_4b64_f737922f695e -->|calls| 6feabfe5_54aa_1ee7_f80c_f4b9c409643a
  052e7e6a_9a38_1f13_cc3e_786103c80189["testApplicationUris()"]
  052e7e6a_9a38_1f13_cc3e_786103c80189 -->|calls| 6feabfe5_54aa_1ee7_f80c_f4b9c409643a
  33b8916a_b1be_0633_3f75_2c49dc32bb02["testUnparseableApplicationProperties()"]
  33b8916a_b1be_0633_3f75_2c49dc32bb02 -->|calls| 6feabfe5_54aa_1ee7_f80c_f4b9c409643a
  295e3397_e8bb_f66e_a56c_169fa117edb0["testNullApplicationProperties()"]
  295e3397_e8bb_f66e_a56c_169fa117edb0 -->|calls| 6feabfe5_54aa_1ee7_f80c_f4b9c409643a
  d5726134_4503_a6f5_7415_2b9d9756f5f1["testServiceProperties()"]
  d5726134_4503_a6f5_7415_2b9d9756f5f1 -->|calls| 6feabfe5_54aa_1ee7_f80c_f4b9c409643a
  8ebc0916_1902_b3bf_9acc_f712e576e84b["testServicePropertiesWithoutNA()"]
  8ebc0916_1902_b3bf_9acc_f712e576e84b -->|calls| 6feabfe5_54aa_1ee7_f80c_f4b9c409643a
  4b1807ce_5779_382e_5196_a0ab834f2924["postProcessEnvironmentAddsPropertySource()"]
  4b1807ce_5779_382e_5196_a0ab834f2924 -->|calls| 6feabfe5_54aa_1ee7_f80c_f4b9c409643a
  0bc20766_5d72_c232_7d89_04f0be2a2055["getResourceLoader()"]
  6feabfe5_54aa_1ee7_f80c_f4b9c409643a -->|calls| 0bc20766_5d72_c232_7d89_04f0be2a2055
  feb23a23_6823_0c96_3513_ff9a221aab3a["getAdditionalProfiles()"]
  6feabfe5_54aa_1ee7_f80c_f4b9c409643a -->|calls| feb23a23_6823_0c96_3513_ff9a221aab3a
  da4fa32f_ea02_8afb_1695_1f3a0fc88d41["getConfigDataEnvironment()"]
  6feabfe5_54aa_1ee7_f80c_f4b9c409643a -->|calls| da4fa32f_ea02_8afb_1695_1f3a0fc88d41
  style 6feabfe5_54aa_1ee7_f80c_f4b9c409643a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/context/config/ConfigDataEnvironmentPostProcessor.java lines 88–91

	@Override
	public void postProcessEnvironment(ConfigurableEnvironment environment, SpringApplication application) {
		postProcessEnvironment(environment, application.getResourceLoader(), application.getAdditionalProfiles());
	}

Domain

Subdomains

Calls

Called By

  • applyTo()
  • postProcessEnvironment()
  • postProcessEnvironmentAddsPropertySource()
  • testApplicationProperties()
  • testApplicationUris()
  • testNullApplicationProperties()
  • testServiceProperties()
  • testServicePropertiesWithoutNA()
  • testUnparseableApplicationProperties()

Frequently Asked Questions

What does postProcessEnvironment() do?
postProcessEnvironment() is a function in the spring-boot codebase.
What does postProcessEnvironment() call?
postProcessEnvironment() calls 3 function(s): getAdditionalProfiles, getConfigDataEnvironment, getResourceLoader.
What calls postProcessEnvironment()?
postProcessEnvironment() is called by 9 function(s): applyTo, postProcessEnvironment, postProcessEnvironmentAddsPropertySource, testApplicationProperties, testApplicationUris, testNullApplicationProperties, testServiceProperties, testServicePropertiesWithoutNA, and 1 more.

Analyze Your Own Codebase

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

Try Supermodel Free