Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Request : Allow interception during JaxRS serialization and deserialization #148

Open
GedMarc opened this issue Jul 20, 2021 · 1 comment

Comments

@GedMarc
Copy link
Contributor

GedMarc commented Jul 20, 2021

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

@cowtowncoder
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants