Jersey + Json media type application/json was not found

前端 未结 15 1034
轻奢々
轻奢々 2020-12-06 01:03

I am trying with simple Jersey + JSON example but I get following error message body writer for Java class com.test.jsonexample and MIME media type application/json w

15条回答
  •  借酒劲吻你
    2020-12-06 01:35

    Also check the actual type parameter of the post method.

    Having also gson as a dependency, i should be using JSONObject (Jettison from Jersey-Json) in stead of JsonObject (gson), which resulted in the same exception.

提交回复
热议问题