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

isApplicationEmbeddedWebApplication() — spring-boot Function Reference

Architecture documentation for the isApplicationEmbeddedWebApplication() function in SpringApplicationAdminMXBeanRegistrarTests.java from the spring-boot codebase.

Function java GradlePlugin RunTasks calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  16a24333_99cc_6980_dbc5_d872d46dbcf6["isApplicationEmbeddedWebApplication()"]
  ca1eb37d_8604_c655_f4d1_7183b9dbda4d["environmentIsExposed()"]
  ca1eb37d_8604_c655_f4d1_7183b9dbda4d -->|calls| 16a24333_99cc_6980_dbc5_d872d46dbcf6
  c906105b_805c_5adf_2dec_9f17acc6a33d["whenEnvironmentContainsServerPortsPropertySourceEmbeddedWebApplicationIsDetected()"]
  c906105b_805c_5adf_2dec_9f17acc6a33d -->|calls| 16a24333_99cc_6980_dbc5_d872d46dbcf6
  da7fa193_5b2f_0534_f7d8_a8b95c7cf618["getAttribute()"]
  16a24333_99cc_6980_dbc5_d872d46dbcf6 -->|calls| da7fa193_5b2f_0534_f7d8_a8b95c7cf618
  style 16a24333_99cc_6980_dbc5_d872d46dbcf6 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/admin/SpringApplicationAdminMXBeanRegistrarTests.java lines 151–153

	private Boolean isApplicationEmbeddedWebApplication(ObjectName objectName) {
		return getAttribute(objectName, Boolean.class, "EmbeddedWebApplication");
	}

Domain

Subdomains

Calls

  • getAttribute()

Frequently Asked Questions

What does isApplicationEmbeddedWebApplication() do?
isApplicationEmbeddedWebApplication() is a function in the spring-boot codebase.
What does isApplicationEmbeddedWebApplication() call?
isApplicationEmbeddedWebApplication() calls 1 function(s): getAttribute.
What calls isApplicationEmbeddedWebApplication()?
isApplicationEmbeddedWebApplication() is called by 2 function(s): environmentIsExposed, whenEnvironmentContainsServerPortsPropertySourceEmbeddedWebApplicationIsDetected.

Analyze Your Own Codebase

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

Try Supermodel Free