JacksonDeserializer is not visible for use. #998
|
Describe the bug To Reproduce
Expected behavior Screenshots |
Answered by
lhazlewood
Jun 19, 2025
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 |
0 replies
Answer selected by
lhazlewood
|
Ok, thanks for the link, the issue can be closed. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


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