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
Sometimes we cannot have informations such as the total elements and total pages of a request, that's where we're using a Slice instead of a Page.
But the PagedResourcesAssembler does not allows to convert a Slice to a Resource, it would be great to add a toResource(Slice<T> entity) method, or even add SlicedResourcesAssembler class.
The text was updated successfully, but these errors were encountered:
Hi,
Sometimes we cannot have informations such as the total elements and total pages of a request, that's where we're using a Slice instead of a Page.
But the PagedResourcesAssembler does not allows to convert a Slice to a Resource, it would be great to add a
toResource(Slice<T> entity)
method, or even add SlicedResourcesAssembler class.The text was updated successfully, but these errors were encountered: