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.ObjectMapperget()Return theObjectMapperthat should be used to serializeOperationResponseBodyendpoint results.
-
Method Details
-
get
com.fasterxml.jackson.databind.ObjectMapper get()Return theObjectMapperthat should be used to serializeOperationResponseBodyendpoint results.- Returns:
- the object mapper
-