Skip to content

Instantly share code, notes, and snippets.

@abhirockzz
Created October 13, 2015 11:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhirockzz/f594607e296e1b474739 to your computer and use it in GitHub Desktop.
Save abhirockzz/f594607e296e1b474739 to your computer and use it in GitHub Desktop.
Accepts a JSON payload
@POST
public void acceptJsonObject(JsonObject payload){
System.out.println("the payload -- "+ payload.toString());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment