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 Type
    Method
    Description
    com.fasterxml.jackson.databind.ObjectMapper
    get()
    Return the ObjectMapper that should be used to serialize OperationResponseBody endpoint results.
  • Method Details

    • get

      com.fasterxml.jackson.databind.ObjectMapper get()
      Return the ObjectMapper that should be used to serialize OperationResponseBody endpoint results.
      Returns:
      the object mapper