Class HttpMethodResponse<R>
- java.lang.Object
-
- org.keycloak.authorization.client.util.HttpMethodResponse<R>
-
public class HttpMethodResponse<R> extends Object
- Author:
- Pedro Igor
-
-
Constructor Summary
Constructors Constructor Description HttpMethodResponse(HttpMethod method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description R
execute()
HttpMethodResponse<R>
json(com.fasterxml.jackson.core.type.TypeReference responseType)
HttpMethodResponse<R>
json(Class<R> responseType)
-
-
-
Constructor Detail
-
HttpMethodResponse
public HttpMethodResponse(HttpMethod method)
-
-
Method Detail
-
execute
public R execute()
-
json
public HttpMethodResponse<R> json(Class<R> responseType)
-
json
public HttpMethodResponse<R> json(com.fasterxml.jackson.core.type.TypeReference responseType)
-
-