ilgrosso commented on a change in pull request #926:
URL: https://github.com/apache/cxf/pull/926#discussion_r831828614
##########
File path:
rt/rs/client/src/main/java/org/apache/cxf/jaxrs/client/ClientProxyImpl.java
##########
@@ -407,6 +410,23 @@ protected static int
getBodyIndex(MultivaluedMap<ParameterType, Parameter> map,
return index;
}
+ protected static Optional<Method> getBeanGetter(
Review comment:
After looking again at the code, I remember why did I set the new method
as `protected static`: there are already a few like
* `protected static Annotation[] getMethodAnnotations(Method aMethod, int
bodyIndex)`
* `protected static void reportInvalidResourceMethod(Method m, String name)`
* `protected static int getBodyIndex(MultivaluedMap<ParameterType,
Parameter> map, OperationResourceInfo ori)`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]