public class HttpResponse_GroovyExtension extends Object
Constructor and Description |
---|
HttpResponse_GroovyExtension() |
Modifier and Type | Method and Description |
---|---|
static Object |
body(HttpResponse j_receiver) |
static <R> Object |
bodyAsJson(HttpResponse j_receiver,
Class<Object> type) |
static Map<String,Object> |
bodyAsJsonObject(HttpResponse j_receiver) |
public static Object body(HttpResponse j_receiver)
public static Map<String,Object> bodyAsJsonObject(HttpResponse j_receiver)
public static <R> Object bodyAsJson(HttpResponse j_receiver, Class<Object> type)
Copyright © 2017. All rights reserved.