public class HttpMethodResponse<R> extends Object
Constructor and Description |
---|
HttpMethodResponse(HttpMethod method) |
Modifier and Type | Method and Description |
---|---|
R |
execute() |
HttpMethodResponse<R> |
json(Class<R> responseType) |
HttpMethodResponse<R> |
json(com.fasterxml.jackson.core.type.TypeReference responseType) |
public HttpMethodResponse(HttpMethod method)
public R execute()
public HttpMethodResponse<R> json(Class<R> responseType)
public HttpMethodResponse<R> json(com.fasterxml.jackson.core.type.TypeReference responseType)
Copyright © 2021 JBoss by Red Hat. All rights reserved.