I am using Jersy to develeop REST webservices, this is my simple code:
@GET @Path(\"/retrieveCustomerInformation/{jsonString}\") @Produces(MediaType.APPLICAT
One more use-case, which causes the same exception, which broke my code. If you were to write the resource like this:
public String getPOST(@QueryParam("type") Character type){}
the following data type, Character, will cause the exception.
Character