Package de.quantummaid.httpmaid.endpoint
Interface RawResponseFactory<T>
-
public interface RawResponseFactory<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TcreateResponse(RawResponse response)
-
-
-
Method Detail
-
createResponse
T createResponse(RawResponse response) throws Exception
- Throws:
Exception
-
-