Class ContentResponseProcessor

java.lang.Object
com.cloudconvert.processor.response.successful.ContentResponseProcessor
All Implemented Interfaces:
ResponseProcessor

public class ContentResponseProcessor
extends java.lang.Object
implements ResponseProcessor
  • Constructor Summary

    Constructors 
    Constructor Description
    ContentResponseProcessor​(ObjectMapperProvider objectMapperProvider)  
  • Method Summary

    Modifier and Type Method Description
    <T> Result<T> process​(int status, org.apache.http.Header[] headers, java.io.InputStream inputStream, 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
  • Constructor Details

  • Method Details

    • process

      public <T> Result<T> process​(int status, org.apache.http.Header[] headers, java.io.InputStream inputStream, com.fasterxml.jackson.core.type.TypeReference<T> typeReference) throws java.io.IOException
      Specified by:
      process in interface ResponseProcessor
      Throws:
      java.io.IOException