[ https://issues.apache.org/jira/browse/JUNEAU-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030412#comment-16030412
]
ASF GitHub Bot commented on JUNEAU-49:
--------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/incubator-juneau/pull/2
> Support beans as arguments for GET calls using @RemoteableMethod
> ----------------------------------------------------------------
>
> Key: JUNEAU-49
> URL: https://issues.apache.org/jira/browse/JUNEAU-49
> Project: Juneau
> Issue Type: Improvement
> Reporter: Steve Blackmon
>
> The standard use case for wrapping a GET call with query parameters in a rest proxy is
to enumerate each of the possible get params in order and attach @query to each.
> However, when the number of possible parameters becomes large and many are optional,
the ability for the proxy to extract multiple params from a bean would make implementation
much more readable.
> Enable pojo arguments annotated @Query("\*") or @QueryIfNE("\*”) in a method annotated
@RemoteableMethod(httpMethod="GET") to serve as a source for multiple parameters (all query
parameters for now)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
|