-
Notifications
You must be signed in to change notification settings - Fork 701
Closed
Labels
has: design-decisionAn issue that contains a design decision about its topicAn issue that contains a design decision about its topicstatus: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently apply
Description
Filip Hrisafov opened DATACMNS-758 and commented
While trying out some projects with spring data I realized that there is not out of the box deserializer from JSON to Pageable.
I saw that there is the PageableHandlerMethodArgumentResolver which is used to resolve Pageable objects from the query string. I think that it might be a good a thing if there is somtething similar that can be used to automatically create Pageable objects from JSON.
A use case for this would be to use Pageable objects in objects that are being send with JSON.
I am sorry if this is the wrong place for this issue. Please let me know where I should submit it if this is not the place
No further details from DATACMNS-758
Metadata
Metadata
Assignees
Labels
has: design-decisionAn issue that contains a design decision about its topicAn issue that contains a design decision about its topicstatus: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently apply