Interface ResponseExtractionMapping.Builder

  • Method Details

    • contentPath

      ResponseExtractionMapping.Builder contentPath(String contentPath)

      A JSON path expression that specifies how to extract a value from the response body content.

      Parameters:
      contentPath - A JSON path expression that specifies how to extract a value from the response body content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • headerKey

      The name of an HTTP response header from which to extract the value.

      Parameters:
      headerKey - The name of an HTTP response header from which to extract the value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.