接口 EndpointObjectMapper


public interface EndpointObjectMapper
Interface used to supply the ObjectMapper that should be used when serializing OperationResponseBody endpoint results.
从以下版本开始:
3.0.0
作者:
Phillip Webb
另请参阅:
  • 方法概要

    修饰符和类型
    方法
    说明
    com.fasterxml.jackson.databind.ObjectMapper
    get()
    Return the ObjectMapper that should be used to serialize OperationResponseBody endpoint results.
  • 方法详细资料

    • get

      com.fasterxml.jackson.databind.ObjectMapper get()
      Return the ObjectMapper that should be used to serialize OperationResponseBody endpoint results.
      返回:
      the object mapper