Interface ResponseProcessor

All Known Implementing Classes:
ContentResponseProcessor, DefaultResponseProcessor, InputStreamResponseProcessor, NoContentResponseProcessor

public interface ResponseProcessor
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> Result<T>
    process(Status status, Map<String,String> headers, InputStream inputStream, com.fasterxml.jackson.core.type.TypeReference<T> typeReference)