Is it possible to get ContainerRequestContext or HttpHeaders in Jackson serializers/deserializers? #4431
marcushelsing
started this conversation in
General
Replies: 1 comment 6 replies
-
that depends more on your framework. You can pass in context objects through the withAttribute api for the deserializer to read. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a problem with not knowing the ContainerRequestContext or HttpHeaders content i my jackson serialisers and deserialisers. I have implemented a solution with ImprovedThreadLocal but this is not a stable solution. Can anyone help me here?
Beta Was this translation helpful? Give feedback.
All reactions