Class JacksonJmxOperationResponseMapper

java.lang.Object
org.springframework.boot.actuate.endpoint.jmx.JacksonJmxOperationResponseMapper
All Implemented Interfaces:
JmxOperationResponseMapper

public class JacksonJmxOperationResponseMapper extends Object implements JmxOperationResponseMapper
JmxOperationResponseMapper that delegates to a Jackson ObjectMapper to return a JSON response.
Since:
2.0.0
Author:
Stephane Nicoll
  • Constructor Details

    • JacksonJmxOperationResponseMapper

      public JacksonJmxOperationResponseMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
  • Method Details