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
The referenced ticket solves primarily the issue that Jackson treats enums differently than other objects and the fact, that internal changes surfaced through how Jackson handles serialization.
We do not have any plans on providing a generalized media type for page rendering. We also do not plan on supporting pages on the client side as Page are Spring Data domain types that aren't intended for rendering JSON/XML responses or parsing these. There's just too little common ground and too much desire to customize certain aspects.
Issue 3024 provided oob support for server-side support of Page object (great idea by the way !).
Is it possible to add this kind of 'out of the box' support for RestTemplate, WebClient, RestClient ?
Thanks,
Adrian
The text was updated successfully, but these errors were encountered: