isApplicationReady() — spring-boot Function Reference
Architecture documentation for the isApplicationReady() function in SpringApplicationAdminMXBeanRegistrarTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 0c7ed92a_3cad_4c23_092e_930235fc1a81["isApplicationReady()"] 0b65421b_309c_7ee2_a809_ee2ea4c4c274["validateReadyFlag()"] 0b65421b_309c_7ee2_a809_ee2ea4c4c274 -->|calls| 0c7ed92a_3cad_4c23_092e_930235fc1a81 ab5a607f_ef61_b488_f6b7_a391f5b5f772["eventsFromOtherContextsAreIgnored()"] ab5a607f_ef61_b488_f6b7_a391f5b5f772 -->|calls| 0c7ed92a_3cad_4c23_092e_930235fc1a81 ca1eb37d_8604_c655_f4d1_7183b9dbda4d["environmentIsExposed()"] ca1eb37d_8604_c655_f4d1_7183b9dbda4d -->|calls| 0c7ed92a_3cad_4c23_092e_930235fc1a81 c906105b_805c_5adf_2dec_9f17acc6a33d["whenEnvironmentContainsServerPortsPropertySourceEmbeddedWebApplicationIsDetected()"] c906105b_805c_5adf_2dec_9f17acc6a33d -->|calls| 0c7ed92a_3cad_4c23_092e_930235fc1a81 da7fa193_5b2f_0534_f7d8_a8b95c7cf618["getAttribute()"] 0c7ed92a_3cad_4c23_092e_930235fc1a81 -->|calls| da7fa193_5b2f_0534_f7d8_a8b95c7cf618 style 0c7ed92a_3cad_4c23_092e_930235fc1a81 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/admin/SpringApplicationAdminMXBeanRegistrarTests.java lines 102–106
private boolean isApplicationReady(SpringApplicationAdminMXBeanRegistrar registrar) {
Object field = ReflectionTestUtils.getField(registrar, "ready");
assertThat(field).isNotNull();
return (Boolean) field;
}
Domain
Subdomains
Calls
- getAttribute()
Called By
Source
Frequently Asked Questions
What does isApplicationReady() do?
isApplicationReady() is a function in the spring-boot codebase.
What does isApplicationReady() call?
isApplicationReady() calls 1 function(s): getAttribute.
What calls isApplicationReady()?
isApplicationReady() is called by 4 function(s): environmentIsExposed, eventsFromOtherContextsAreIgnored, validateReadyFlag, whenEnvironmentContainsServerPortsPropertySourceEmbeddedWebApplicationIsDetected.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free