How to access to a Spring Data Rest response _links with Bowman library?

100 Views Asked by At

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...

1

There are 1 best solutions below

0
Xavier FRANCOIS On

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.