You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2022/03/21 18:43:06 UTC

[GitHub] [cxf] ilgrosso commented on a change in pull request #926: [CXF-8680] Encapsulating getter method resolution in ClientProxyImpl

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



##########
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:
       No strong opinion either, about naming.
   I've set it static since it is not accessing anything local in the instance. I wasn't aware there is some actual use of subclassing, no issues to remove static.




-- 
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-unsubscribe@cxf.apache.org

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