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

Make it possible to do modifications to the response in the interceptor #73

Open
FrankW76 opened this issue Jul 13, 2021 · 0 comments
Open

Comments

@FrankW76
Copy link

Currently in the interceptor you can get the json using repsonse.getBodyAsString.
It should be possible to

  • either : modify the json, and inject it back into 'the system'. So that the final mapped object also has these changes.
  • or better : make it possible to handle the mapped object itself in interceptor. So that you can make generic changes to the object in the interceptor, and these changes will impact all calls.
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

1 participant