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