Class ContentResponseProcessor
java.lang.Object
com.cloudconvert.processor.response.successful.ContentResponseProcessor
- All Implemented Interfaces:
ResponseProcessor
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ContentResponseProcessor
-
-
Method Details
-
process
public <T> Result<T> process(Status status, Map<String, String> headers, InputStream inputStream, com.fasterxml.jackson.core.type.TypeReference<T> typeReference) throws IOException- Specified by:
processin interfaceResponseProcessor- Throws:
IOException
-