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

isBridgeHandlerAvailable() — spring-boot Function Reference

Architecture documentation for the isBridgeHandlerAvailable() function in LogbackLoggingSystem.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 1 called by 3

Entity Profile

Dependency Diagram

graph TD
  8d3c5e7d_11b0_e93a_3be0_1012b59b4c4d["isBridgeHandlerAvailable()"]
  e80163d3_407f_fd06_80c8_acab7498e1eb["isBridgeJulIntoSlf4j()"]
  e80163d3_407f_fd06_80c8_acab7498e1eb -->|calls| 8d3c5e7d_11b0_e93a_3be0_1012b59b4c4d
  579eadca_72e8_183d_6836_20d192ffb6a9["isBridgeHandlerInstalled()"]
  579eadca_72e8_183d_6836_20d192ffb6a9 -->|calls| 8d3c5e7d_11b0_e93a_3be0_1012b59b4c4d
  b6802fea_a8be_6703_64a1_4682074b029d["cleanUp()"]
  b6802fea_a8be_6703_64a1_4682074b029d -->|calls| 8d3c5e7d_11b0_e93a_3be0_1012b59b4c4d
  272568bf_02f3_72db_ef7c_d7db470595d1["getClassLoader()"]
  8d3c5e7d_11b0_e93a_3be0_1012b59b4c4d -->|calls| 272568bf_02f3_72db_ef7c_d7db470595d1
  style 8d3c5e7d_11b0_e93a_3be0_1012b59b4c4d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/logging/logback/LogbackLoggingSystem.java lines 155–157

	private boolean isBridgeHandlerAvailable() {
		return ClassUtils.isPresent(BRIDGE_HANDLER, getClassLoader());
	}

Domain

Subdomains

Frequently Asked Questions

What does isBridgeHandlerAvailable() do?
isBridgeHandlerAvailable() is a function in the spring-boot codebase.
What does isBridgeHandlerAvailable() call?
isBridgeHandlerAvailable() calls 1 function(s): getClassLoader.
What calls isBridgeHandlerAvailable()?
isBridgeHandlerAvailable() is called by 3 function(s): cleanUp, isBridgeHandlerInstalled, isBridgeJulIntoSlf4j.

Analyze Your Own Codebase

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

Try Supermodel Free