JacksonDeserializer is not visible for use. #998
-
|
Describe the bug To Reproduce
Expected behavior Screenshots |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Why are you attempting to instantiate the This is documented here: https://github.com/jwtk/jjwt?tab=readme-ov-file#jackson-json-processor |
Beta Was this translation helpful? Give feedback.
-
|
Ok, thanks for the link, the issue can be closed. |
Beta Was this translation helpful? Give feedback.


Why are you attempting to instantiate the
JacksonDeserializerdirectly? You don't need to do this unless you want to configure your ownObjectMapperinstance (which your example code above does not show).This is documented here: https://github.com/jwtk/jjwt?tab=readme-ov-file#jackson-json-processor