Package org.zalando.riptide
Interface MessageReader
@API(status=STABLE)
public interface MessageReader
-
Method Summary
Modifier and TypeMethodDescription<I> Iread(com.google.common.reflect.TypeToken<I> type, org.springframework.http.client.ClientHttpResponse response)
-
Method Details
-
read
<I> I read(com.google.common.reflect.TypeToken<I> type, org.springframework.http.client.ClientHttpResponse response) throws IOException - Throws:
IOException
-