Package org.projectnessie.client.http
Class HttpResponse
- java.lang.Object
-
- org.projectnessie.client.http.HttpResponse
-
public class HttpResponse extends java.lang.ObjectSimple holder for http response object.
-
-
Constructor Summary
Constructors Constructor Description HttpResponse(ResponseContext context, com.fasterxml.jackson.databind.ObjectMapper mapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <V> VreadEntity(java.lang.Class<V> clazz)
-
-
-
Constructor Detail
-
HttpResponse
public HttpResponse(ResponseContext context, com.fasterxml.jackson.databind.ObjectMapper mapper)
-
-