Interface EndpointJsonMapper
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface used to supply the
JsonMapper that should be used when serializing
endpoint results.- Since:
- 4.0.0
- Author:
- Phillip Webb
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiontools.jackson.databind.json.JsonMapperget()Return theJsonMapperthat should be used to serializeOperationResponseBodyendpoint results.
-
Method Details
-
get
tools.jackson.databind.json.JsonMapper get()Return theJsonMapperthat should be used to serializeOperationResponseBodyendpoint results.- Returns:
- the object mapper
-