Schnittstelle ResponseProcessor
- Alle bekannten Implementierungsklassen:
ContentResponseProcessor,DefaultResponseProcessor,InputStreamResponseProcessor,NoContentResponseProcessor
public interface ResponseProcessor
-
Methodenübersicht
-
Methodendetails
-
process
<T> Result<T> process(Status status, Map<String, String> headers, InputStream inputStream, com.fasterxml.jackson.core.type.TypeReference<T> typeReference) throws IOException- Löst aus:
IOException
-