docs: update dynamic proxy docs

This commit is contained in:
Ilkka Seppälä
2024-04-13 15:53:36 +03:00
parent 825d45b086
commit ffffab40ec
2 changed files with 132 additions and 273 deletions
@@ -132,7 +132,7 @@ public class TinyRestClient {
private Object getResponse(Method method, HttpResponse<String> httpResponse) {
var rawData = httpResponse.body();
Type returnType = null;
Type returnType;
try {
returnType = method.getGenericReturnType();
} catch (Exception e) {