类 JacksonJmxOperationResponseMapper

java.lang.Object
org.springframework.boot.actuate.endpoint.jmx.JacksonJmxOperationResponseMapper
所有已实现的接口:
JmxOperationResponseMapper

public class JacksonJmxOperationResponseMapper extends Object implements JmxOperationResponseMapper
JmxOperationResponseMapper that delegates to a Jackson ObjectMapper to return a JSON response.
从以下版本开始:
2.0.0
作者:
Stephane Nicoll
  • 构造器详细资料

    • JacksonJmxOperationResponseMapper

      public JacksonJmxOperationResponseMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
  • 方法详细资料