reta commented on a change in pull request #926: URL: https://github.com/apache/cxf/pull/926#discussion_r831446414
########## 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: Gotcha, let's make it `private` than, wdyt? ########## 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: Gotcha, let's make it `private static` than, wdyt? -- 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