Uses of Interface
org.springframework.boot.actuate.endpoint.jmx.JmxOperationResponseMapper
Package
Description
JMX support for actuator endpoints.
-
Uses of JmxOperationResponseMapper in org.springframework.boot.actuate.endpoint.jmx
Modifier and TypeClassDescriptionclass
JmxOperationResponseMapper
that delegates to a JacksonObjectMapper
to return a JSON response.ModifierConstructorDescriptionJmxEndpointExporter
(MBeanServer mBeanServer, EndpointObjectNameFactory objectNameFactory, JmxOperationResponseMapper responseMapper, Collection<? extends ExposableJmxEndpoint> endpoints)