Spring Hateoas

Uses of Class
org.springframework.hateoas.ResourceSupport

Packages that use ResourceSupport
org.springframework.hateoas Value objects to ease creating Links and link driven representations for REST webservices. 
org.springframework.hateoas.mvc Spring MVC helper classes to build Links and assemble ResourceSupport types. 
 

Uses of ResourceSupport in org.springframework.hateoas
 

Classes in org.springframework.hateoas with type parameters of type ResourceSupport
 interface ResourceAssembler<T,D extends ResourceSupport>
          Interface for components that convert a domain type into an ResourceSupport.
 

Uses of ResourceSupport in org.springframework.hateoas.mvc
 

Classes in org.springframework.hateoas.mvc with type parameters of type ResourceSupport
 class ResourceAssemblerSupport<T extends Identifiable<?>,D extends ResourceSupport>
          Base class to implement ResourceAssemblers.
 


Spring Hateoas

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