|
Spring Hateoas | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PagedResources.PageMetadata | |
|---|---|
| org.springframework.hateoas | Value objects to ease creating Links and link driven representations for REST webservices. |
| Uses of PagedResources.PageMetadata in org.springframework.hateoas |
|---|
| Methods in org.springframework.hateoas that return PagedResources.PageMetadata | |
|---|---|
PagedResources.PageMetadata |
PagedResources.getMetadata()
Returns the pagination metadata. |
| Methods in org.springframework.hateoas with parameters of type PagedResources.PageMetadata | ||
|---|---|---|
static
|
PagedResources.wrap(Iterable<S> content,
PagedResources.PageMetadata metadata)
Factory method to easily create a PagedResources instance from a set of entities and pagination metadata. |
|
| Constructors in org.springframework.hateoas with parameters of type PagedResources.PageMetadata | |
|---|---|
PagedResources(Collection<T> content,
PagedResources.PageMetadata metadata,
Iterable<Link> links)
Creates a new PagedResources from the given content PagedResources.PageMetadata and Links. |
|
PagedResources(Collection<T> content,
PagedResources.PageMetadata metadata,
Link... links)
Creates a new PagedResources from the given content, PagedResources.PageMetadata and Links (optional). |
|
|
Spring Hateoas | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||