インターフェース EndpointObjectMapper


public interface EndpointObjectMapper
OperationResponseBody エンドポイントの結果を直列化するときに使用する必要がある ObjectMapper を提供するために使用されるインターフェース。
導入:
3.0.0
作成者:
Phillip Webb
関連事項:
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    com.fasterxml.jackson.databind.ObjectMapper
    get()
    OperationResponseBody エンドポイントの結果を直列化するために使用する必要がある ObjectMapper を返します。
  • メソッドの詳細

    • get

      com.fasterxml.jackson.databind.ObjectMapper get()
      OperationResponseBody エンドポイントの結果を直列化するために使用する必要がある ObjectMapper を返します。
      戻り値:
      オブジェクトマッパー