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.

@FunctionalInterface public interface EndpointJsonMapper
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 Type
    Method
    Description
    tools.jackson.databind.json.JsonMapper
    get()
    Return the JsonMapper that should be used to serialize OperationResponseBody endpoint results.
  • Method Details

    • get

      tools.jackson.databind.json.JsonMapper get()
      Return the JsonMapper that should be used to serialize OperationResponseBody endpoint results.
      Returns:
      the object mapper