| Package | Description |
|---|---|
| io.restassured.internal | |
| io.restassured.internal.mapping | |
| io.restassured.response |
| Modifier and Type | Class and Description |
|---|---|
class |
RestAssuredResponseImpl |
class |
RestAssuredResponseOptionsImpl<R extends ResponseOptions<R>>
We delegate to the groovy impl here because the Groovy impl messes up generics (see e.g.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Object |
RestAssuredResponseOptionsGroovyImpl.as(Type cls,
ObjectMapperType mapperType,
ResponseBodyData responseBodyData) |
<T> Object |
RestAssuredResponseOptionsGroovyImpl.as(io.restassured.common.mapper.TypeRef typeRef,
ResponseBodyData responseBodyData) |
<T> Object |
RestAssuredResponseOptionsGroovyImpl.as(Type cls,
ResponseBodyData responseBodyData) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Object |
ObjectMapping.deserialize(ResponseBodyData response,
Type cls,
String contentType,
String defaultContentType,
String charset,
ObjectMapperType mapperType,
ObjectMapperConfig objectMapperConfig) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExtractableResponse<R extends ResponseOptions<R>>
The response of a request made by REST Assured.
|
interface |
Response
The response of a request made by REST Assured.
|
interface |
ResponseBody<T extends ResponseBody<T>> |
interface |
ResponseBodyExtractionOptions |
Copyright © 2010–2020. All rights reserved.