Using Jackson as Jersey client serializer

后端 未结 6 2045
暖寄归人
暖寄归人 2021-01-30 13:23

Is it possible to use Jackson as the serializer/marshaller for JSON data instead of JAXB when using Jersey Client API?

If so how to configure it?

6条回答
  •  渐次进展
    2021-01-30 13:46

    You might also want to try org.codehaus.jackson.jaxrs.JacksonJaxbJsonProvider (jackson-jaxrs 1.6.1).

提交回复
热议问题