createObjectName() — spring-boot Function Reference
Architecture documentation for the createObjectName() function in SpringApplicationAdminMXBeanRegistrarTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD dc46a3f4_e969_eab8_a9b7_b18f895a1905["createObjectName()"] 0b65421b_309c_7ee2_a809_ee2ea4c4c274["validateReadyFlag()"] 0b65421b_309c_7ee2_a809_ee2ea4c4c274 -->|calls| dc46a3f4_e969_eab8_a9b7_b18f895a1905 ca1eb37d_8604_c655_f4d1_7183b9dbda4d["environmentIsExposed()"] ca1eb37d_8604_c655_f4d1_7183b9dbda4d -->|calls| dc46a3f4_e969_eab8_a9b7_b18f895a1905 c906105b_805c_5adf_2dec_9f17acc6a33d["whenEnvironmentContainsServerPortsPropertySourceEmbeddedWebApplicationIsDetected()"] c906105b_805c_5adf_2dec_9f17acc6a33d -->|calls| dc46a3f4_e969_eab8_a9b7_b18f895a1905 8889ba9d_fde7_7c93_c008_3a9a1d97e0bc["shutdownApp()"] 8889ba9d_fde7_7c93_c008_3a9a1d97e0bc -->|calls| dc46a3f4_e969_eab8_a9b7_b18f895a1905 style dc46a3f4_e969_eab8_a9b7_b18f895a1905 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/admin/SpringApplicationAdminMXBeanRegistrarTests.java lines 185–192
private ObjectName createObjectName(String jmxName) {
try {
return new ObjectName(jmxName);
}
catch (MalformedObjectNameException ex) {
throw new IllegalStateException("Invalid jmx name " + jmxName, ex);
}
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does createObjectName() do?
createObjectName() is a function in the spring-boot codebase.
What calls createObjectName()?
createObjectName() is called by 4 function(s): environmentIsExposed, shutdownApp, validateReadyFlag, whenEnvironmentContainsServerPortsPropertySourceEmbeddedWebApplicationIsDetected.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free