Spring Hateoas

Uses of Class
org.springframework.hateoas.PagedResources

Packages that use PagedResources
org.springframework.hateoas Value objects to ease creating Links and link driven representations for REST webservices. 
 

Uses of PagedResources in org.springframework.hateoas
 

Fields in org.springframework.hateoas declared as PagedResources
static PagedResources<?> PagedResources.NO_PAGE
           
 

Methods in org.springframework.hateoas that return PagedResources
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.
 


Spring Hateoas

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