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
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.
The text was updated successfully, but these errors were encountered:
Currently in the interceptor you can get the json using repsonse.getBodyAsString.
It should be possible to
The text was updated successfully, but these errors were encountered: