You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if i'm not finding some functionality - but I can't seem to intercept the jax-rs calls for jackson, and have needed to map a subclass to JacksonJsonProvider that allows me modify or alter the messages coming in -
Request
Allow interceptors to fire on read/write of message out and in during jax-rs calls
The text was updated successfully, but these errors were encountered:
What sort interception are you looking for? There is a way to "decorate" input/output abstractions via JsonFactory methods setInputDecorator() and setOutputDecorator(), perhaps these could work?
Hey,
Not sure if i'm not finding some functionality - but I can't seem to intercept the jax-rs calls for jackson, and have needed to map a subclass to JacksonJsonProvider that allows me modify or alter the messages coming in -
Request
Allow interceptors to fire on read/write of message out and in during jax-rs calls
The text was updated successfully, but these errors were encountered: