Uses of Interface
org.springframework.boot.actuate.endpoint.jmx.JmxOperationResponseMapper
Packages that use JmxOperationResponseMapper
Package
Description
JMX support for actuator endpoints.
-
Uses of JmxOperationResponseMapper in org.springframework.boot.actuate.endpoint.jmx
Classes in org.springframework.boot.actuate.endpoint.jmx that implement JmxOperationResponseMapperModifier and TypeClassDescriptionclass
JmxOperationResponseMapper
that delegates to a JacksonObjectMapper
to return a JSON response.Constructors in org.springframework.boot.actuate.endpoint.jmx with parameters of type JmxOperationResponseMapperModifierConstructorDescriptionJmxEndpointExporter
(MBeanServer mBeanServer, EndpointObjectNameFactory objectNameFactory, JmxOperationResponseMapper responseMapper, Collection<? extends ExposableJmxEndpoint> endpoints)