java.lang.Object
com.cloudconvert.extractor.ResultExtractor
public class ResultExtractor
extends java.lang.Object
-
-
Method Summary
| Modifier and Type |
Method |
Description |
<T> Result<T> |
extract(org.apache.http.HttpResponse httpResponse,
com.fasterxml.jackson.core.type.TypeReference<T> typeReference) |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
public <T> Result<T> extract(
org.apache.http.HttpResponse httpResponse,
com.fasterxml.jackson.core.type.TypeReference<T> typeReference)
throws
java.io.IOException
- Throws:
java.io.IOException