Spring Hateoas

Uses of Package
org.springframework.hateoas

Packages that use org.springframework.hateoas
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. 
 

Classes in org.springframework.hateoas used by org.springframework.hateoas
Identifiable
          Interface to mark objects that are identifiable by an ID of any type.
Link
          Value object for links.
ResourceSupport
          Base class for DTOs to collect links.
 

Classes in org.springframework.hateoas used by org.springframework.hateoas.mvc
Identifiable
          Interface to mark objects that are identifiable by an ID of any type.
Link
          Value object for links.
ResourceAssembler
          Interface for components that convert a domain type into an ResourceSupport.
ResourceSupport
          Base class for DTOs to collect links.
 


Spring Hateoas

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