Spring Hateoas

Uses of Class
org.springframework.hateoas.PagedResources.PageMetadata

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
<T extends Resource<S>,S>
PagedResources<T>
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

Copyright © 2012-2014–2014 Pivotal, Inc.. All rights reserved.