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 jackson-user
I am using AutoValue and Jackson for testing a GET Web Service.
So I need to pass the GET Parameter to the @JsonProperty Annotation.
Any suggestions on how I could achieve this ?
Thanks !
Tatu Saloranta
unread,
Oct 8, 2022, 12:05:23 PM10/8/22
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 jackso...@googlegroups.com
You would need to give a bit more information to understand what
exactly you are doing.
Typically it's the web framework in use (which is... ?) that handles
passing of content to Jackson,
and back from Jackson to output. Jackson has nothing to handle HTTP
requests/responses, for example.