On my client side i'm using Bowman library to consume a Spring Data Rest api. I'm trying to access to the "prev", "next", "last" of my _links node in my hal+json response.
How can i do that ?
I can access to the _links node of an object of my client model with the @LinkedResource annotation but how with _links node that contains the "prev", "first", "next" etc...
Unfortunately, there is currently no support for pagination in Bowman library. It's a known issue (See Github issue) that has not been solved yet.