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

initialize() — spring-boot Function Reference

Architecture documentation for the initialize() function in SpringBootJoranConfiguratorTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  fdf4c352_485d_8ff2_6eca_236f4915886f["initialize()"]
  08500965_6f80_111f_cfb6_838f1be1b56a["profileActive()"]
  08500965_6f80_111f_cfb6_838f1be1b56a -->|calls| fdf4c352_485d_8ff2_6eca_236f4915886f
  24dc25fb_d1b3_ad55_ef5d_aeeda4c38a21["profileInIncludeActive()"]
  24dc25fb_d1b3_ad55_ef5d_aeeda4c38a21 -->|calls| fdf4c352_485d_8ff2_6eca_236f4915886f
  4c5c9710_eb2a_7de6_82b3_0ee8103d06cf["multipleNamesFirstProfileActive()"]
  4c5c9710_eb2a_7de6_82b3_0ee8103d06cf -->|calls| fdf4c352_485d_8ff2_6eca_236f4915886f
  425c6573_3350_5d07_929d_b2d02a20f6ad["multipleNamesSecondProfileActive()"]
  425c6573_3350_5d07_929d_b2d02a20f6ad -->|calls| fdf4c352_485d_8ff2_6eca_236f4915886f
  68448d4f_51b5_c75c_33fc_28fb3adf6265["profileNotActive()"]
  68448d4f_51b5_c75c_33fc_28fb3adf6265 -->|calls| fdf4c352_485d_8ff2_6eca_236f4915886f
  2d48de89_327d_a08c_3a79_e9ee14a3ed3f["profileExpressionMatchFirst()"]
  2d48de89_327d_a08c_3a79_e9ee14a3ed3f -->|calls| fdf4c352_485d_8ff2_6eca_236f4915886f
  e1b0c54a_a237_c3ea_bee3_0406f84baf7e["profileExpressionMatchSecond()"]
  e1b0c54a_a237_c3ea_bee3_0406f84baf7e -->|calls| fdf4c352_485d_8ff2_6eca_236f4915886f
  f2f99215_4bc5_6d17_38f4_07f1b07daf4f["profileExpressionNoMatch()"]
  f2f99215_4bc5_6d17_38f4_07f1b07daf4f -->|calls| fdf4c352_485d_8ff2_6eca_236f4915886f
  c6b136fc_3089_2610_e96f_e45cdc857103["springProperty()"]
  c6b136fc_3089_2610_e96f_e45cdc857103 -->|calls| fdf4c352_485d_8ff2_6eca_236f4915886f
  69ded381_05c4_d29a_a34c_d918f4aeef1b["relaxedSpringProperty()"]
  69ded381_05c4_d29a_a34c_d918f4aeef1b -->|calls| fdf4c352_485d_8ff2_6eca_236f4915886f
  3620cf6f_c49d_d83a_8324_fff9d59dca32["springPropertyNoValue()"]
  3620cf6f_c49d_d83a_8324_fff9d59dca32 -->|calls| fdf4c352_485d_8ff2_6eca_236f4915886f
  1199ebab_c7e2_d232_a324_0bac3c6d0947["relaxedSpringPropertyNoValue()"]
  1199ebab_c7e2_d232_a324_0bac3c6d0947 -->|calls| fdf4c352_485d_8ff2_6eca_236f4915886f
  36ecea3a_8895_8ed2_fb35_112d4df51aa5["springPropertyWithDefaultValue()"]
  36ecea3a_8895_8ed2_fb35_112d4df51aa5 -->|calls| fdf4c352_485d_8ff2_6eca_236f4915886f
  9d22d52a_fe17_9945_3be6_bb6dd7392fa6["relaxedSpringPropertyWithDefaultValue()"]
  9d22d52a_fe17_9945_3be6_bb6dd7392fa6 -->|calls| fdf4c352_485d_8ff2_6eca_236f4915886f
  style fdf4c352_485d_8ff2_6eca_236f4915886f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/logging/logback/SpringBootJoranConfiguratorTests.java lines 309–313

	private void initialize(String config) throws JoranException {
		this.configurator.setContext(this.context);
		ClassLoader contextClassLoader = Thread.currentThread().getContextClassLoader();
		this.configurator.doConfigure(contextClassLoader.getResource(config));
	}

Domain

Subdomains

Called By

  • addsAotContributionToContextDuringAotProcessing()
  • doTestNestedProfile()
  • multipleNamesFirstProfileActive()
  • multipleNamesSecondProfileActive()
  • profileActive()
  • profileExpressionMatchFirst()
  • profileExpressionMatchSecond()
  • profileExpressionNoMatch()
  • profileInIncludeActive()
  • profileNotActive()
  • relaxedSpringProperty()
  • relaxedSpringPropertyNoValue()
  • relaxedSpringPropertyWithDefaultValue()
  • springProperty()
  • springPropertyInIfWhenFalse()
  • springPropertyInIfWhenTrue()
  • springPropertyInInclude()
  • springPropertyNoValue()
  • springPropertyWithDefaultValue()

Frequently Asked Questions

What does initialize() do?
initialize() is a function in the spring-boot codebase.
What calls initialize()?
initialize() is called by 19 function(s): addsAotContributionToContextDuringAotProcessing, doTestNestedProfile, multipleNamesFirstProfileActive, multipleNamesSecondProfileActive, profileActive, profileExpressionMatchFirst, profileExpressionMatchSecond, profileExpressionNoMatch, and 11 more.

Analyze Your Own Codebase

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

Try Supermodel Free