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. 
org.springframework.hateoas.hal   
 

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.
 

Uses of Resources in org.springframework.hateoas.hal
 

Subclasses of Resources in org.springframework.hateoas.hal
 class ResourcesMixin<T>
           
 


Spring Hateoas

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