Forcing JsonProxyFactoryBean to produce request with named parameters?
61 views
Skip to first unread message
Austin Thomas
unread,
Jul 13, 2012, 7:33:41 PM7/13/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to json...@googlegroups.com
I have annotated by service interface with @JsonRpcParam annotations, but at runtime, the jsonrpc4j client still produces a request with positional parameters rather than named parameters.
Is there a way (eg. a bean property) to force the client to produce JSON-RPC requests using named parameters only?