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-unsubscr...@cxf.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org