接口 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 theObjectMapper
that should be used to serializeOperationResponseBody
endpoint results.
-
方法详细资料
-
get
com.fasterxml.jackson.databind.ObjectMapper get()Return theObjectMapper
that should be used to serializeOperationResponseBody
endpoint results.- 返回:
- the object mapper
-