Interface EndpointObjectMapper
public interface EndpointObjectMapper
Interface used to supply the
ObjectMapper
that should be used when serializing
OperationResponseBody
endpoint results.- Since:
- 3.0.0
- Author:
- Phillip Webb
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ObjectMapper
get()
Return theObjectMapper
that should be used to serializeOperationResponseBody
endpoint results.
-
Method Details
-
get
com.fasterxml.jackson.databind.ObjectMapper get()Return theObjectMapper
that should be used to serializeOperationResponseBody
endpoint results.- Returns:
- the object mapper
-