open class LiveBeansViewServlet : HttpServlet
Servlet variant of LiveBeansView's MBean exposure.
Generates a JSON snapshot for current beans and their dependencies in all ApplicationContexts that live within the current web application.
Author
Juergen Hoeller
Since
3.2
See Also
org.springframework.context.support.LiveBeansView#getSnapshotAsJson()
LiveBeansViewServlet()
Servlet variant of LiveBeansView's MBean exposure. Generates a JSON snapshot for current beans and their dependencies in all ApplicationContexts that live within the current web application. |
open fun init(): Unit |