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