Class ApplicationModulesEndpoint
java.lang.Object
org.springframework.modulith.actuator.ApplicationModulesEndpoint
A Spring Boot actuator endpoint to expose the application module structure of a Spring Modulith based application.
- Author:
- Oliver Drotbohm
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) String
Returns theApplicationModules
metadata asMap
(to be rendered as JSON).
-
Constructor Details
-
ApplicationModulesEndpoint
Creates a newApplicationModulesEndpoint
for the givenApplicationModules
.- Parameters:
runtime
- must not be null.
-
-
Method Details
-
getApplicationModules
Returns theApplicationModules
metadata asMap
(to be rendered as JSON).- Returns:
- will never be null.
-