reta commented on a change in pull request #926:
URL: https://github.com/apache/cxf/pull/926#discussion_r831429999



##########
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:
       Super minor, may be just `getGetter` as a bit more generic name, but no 
strong opinion here. On the other subject, the method is `static` which 
prevents it to be overridden by subclasses, it is by design? 




-- 
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: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to