Hierarchy For Package io.restassured.module.webtestclient.response

Package Hierarchies:

Interface Hierarchy

  • io.restassured.response.ResponseBodyData
    • io.restassured.response.ResponseBodyExtractionOptions
      • io.restassured.response.ResponseBody<T>
        • io.restassured.module.webtestclient.response.WebTestClientResponse (also extends io.restassured.response.ResponseOptions<T>, io.restassured.response.Validatable<T,R>)
  • io.restassured.response.ResponseOptions<T>
    • io.restassured.module.webtestclient.response.WebTestClientResponse (also extends io.restassured.response.ResponseBody<T>, io.restassured.response.Validatable<T,R>)
  • io.restassured.response.Validatable<T,R>
    • io.restassured.module.webtestclient.response.WebTestClientResponse (also extends io.restassured.response.ResponseBody<T>, io.restassured.response.ResponseOptions<T>)
  • io.restassured.response.ValidatableResponseOptions<T,R>