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

getClassLoader() — spring-boot Function Reference

Architecture documentation for the getClassLoader() function in LoggingApplicationListenerTests.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 1 called by 36

Entity Profile

Dependency Diagram

graph TD
  49a45454_f203_2fd5_2d77_322abb416244["getClassLoader()"]
  f377cc0b_237c_63cd_8ca3_c28188eb2850["clear()"]
  f377cc0b_237c_63cd_8ca3_c28188eb2850 -->|calls| 49a45454_f203_2fd5_2d77_322abb416244
  0fb20a89_e516_2c1e_0cd2_6c1ef8c4da5a["baseConfigLocation()"]
  0fb20a89_e516_2c1e_0cd2_6c1ef8c4da5a -->|calls| 49a45454_f203_2fd5_2d77_322abb416244
  95aa9c2f_e204_0970_bd4c_f18c4bd78626["overrideConfigLocation()"]
  95aa9c2f_e204_0970_bd4c_f18c4bd78626 -->|calls| 49a45454_f203_2fd5_2d77_322abb416244
  29101dd7_b9c1_b3f0_b337_734a62d8205d["throwableFromInitializeResultsInGracefulFailure()"]
  29101dd7_b9c1_b3f0_b337_734a62d8205d -->|calls| 49a45454_f203_2fd5_2d77_322abb416244
  3822f26b_9847_43e2_c77b_59713d7e9db9["trailingWhitespaceInLoggingConfigShouldBeTrimmed()"]
  3822f26b_9847_43e2_c77b_59713d7e9db9 -->|calls| 49a45454_f203_2fd5_2d77_322abb416244
  f575aa33_8305_12d0_e896_c3ed56bfd07c["overrideConfigDoesNotExist()"]
  f575aa33_8305_12d0_e896_c3ed56bfd07c -->|calls| 49a45454_f203_2fd5_2d77_322abb416244
  29120080_cb86_fc70_f9b8_2068829b963d["azureDefaultLoggingConfigDoesNotCauseAFailure()"]
  29120080_cb86_fc70_f9b8_2068829b963d -->|calls| 49a45454_f203_2fd5_2d77_322abb416244
  559e67ac_60b4_c1d4_4c9a_74b3d749e1cf["tomcatNopLoggingConfigDoesNotCauseAFailure()"]
  559e67ac_60b4_c1d4_4c9a_74b3d749e1cf -->|calls| 49a45454_f203_2fd5_2d77_322abb416244
  29056d74_654e_a9ec_ae74_b4c735b607d8["overrideConfigBroken()"]
  29056d74_654e_a9ec_ae74_b4c735b607d8 -->|calls| 49a45454_f203_2fd5_2d77_322abb416244
  bab8be36_707c_90dc_862a_e4b4bca29f0b["addLogFileProperty()"]
  bab8be36_707c_90dc_862a_e4b4bca29f0b -->|calls| 49a45454_f203_2fd5_2d77_322abb416244
  6c1bc282_0d40_a83f_7c1b_cb72543bd8d3["addLogFilePropertyWithDefault()"]
  6c1bc282_0d40_a83f_7c1b_cb72543bd8d3 -->|calls| 49a45454_f203_2fd5_2d77_322abb416244
  da26f743_ecda_9dc0_eaae_71cd8ca73aef["addLogPathProperty()"]
  da26f743_ecda_9dc0_eaae_71cd8ca73aef -->|calls| 49a45454_f203_2fd5_2d77_322abb416244
  e565b3d9_458c_4c11_5835_b543e81d96a2["parseDebugArg()"]
  e565b3d9_458c_4c11_5835_b543e81d96a2 -->|calls| 49a45454_f203_2fd5_2d77_322abb416244
  14c966ea_5e79_8f66_0f1b_6154bfd4fb4f["parseDebugArgExpandGroups()"]
  14c966ea_5e79_8f66_0f1b_6154bfd4fb4f -->|calls| 49a45454_f203_2fd5_2d77_322abb416244
  style 49a45454_f203_2fd5_2d77_322abb416244 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/logging/LoggingApplicationListenerTests.java lines 609–613

	private ClassLoader getClassLoader() {
		ClassLoader classLoader = this.context.getClassLoader();
		assertThat(classLoader).isNotNull();
		return classLoader;
	}

Domain

Subdomains

Frequently Asked Questions

What does getClassLoader() do?
getClassLoader() is a function in the spring-boot codebase.
What does getClassLoader() call?
getClassLoader() calls 1 function(s): getClassLoader.
What calls getClassLoader()?
getClassLoader() is called by 36 function(s): addLogFileProperty, addLogFilePropertyWithDefault, addLogPathProperty, azureDefaultLoggingConfigDoesNotCauseAFailure, baseConfigLocation, clear, defaultExceptionConversionWord, disableDebugTraceArg, and 28 more.

Analyze Your Own Codebase

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

Try Supermodel Free