You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by "Steve Blackmon (JIRA)" <ji...@apache.org> on 2017/06/14 02:13:00 UTC

[jira] [Resolved] (JUNEAU-49) Support beans as arguments for GET calls using @RemoteableMethod

     [ https://issues.apache.org/jira/browse/JUNEAU-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Blackmon resolved JUNEAU-49.
----------------------------------
    Resolution: Fixed

> 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.4.14#64029)