getContext() method of CustomContextResolver is not called by Jackson

后端 未结 2 1428
自闭症患者
自闭症患者 2021-01-23 09:02

I am struggling with this issue for days now and have no clue how to solve this. Any quick help will be grateful. I need to convert LocalDate from JSON string which I am receiv

2条回答
  •  情深已故
    2021-01-23 09:32

    I had exactly the same problem @peeskillet describes in question comment.

    I was using Jackson dependencies from version 2 and jackson-jaxrs from version 1.

    All solved when moved all dependencies to version 2.

提交回复
热议问题