Spring Hateoas

Uses of Class
org.springframework.hateoas.Resources

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

Uses of Resources in org.springframework.hateoas
 

Subclasses of Resources in org.springframework.hateoas
 class PagedResources<T>
          DTO to implement binding response representations of pageable collections.
 

Methods in org.springframework.hateoas that return Resources
static
<T extends Resource<S>,S>
Resources<T>
Resources.wrap(Iterable<S> content)
          Creates a new Resources instance by wrapping the given domain class instances into a Resource.
 


Spring Hateoas

Copyright © 2012 SpringSource, a division of VMware. All Rights Reserved.