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
JacksonDeserializer
directly? You don't need to do this unless you want to configure your ownObjectMapper
instance (which your example code above does not show).This is documented here: https://github.com/jwtk/jjwt?tab=readme-ov-file#jackson-json-processor