Spring Hateoas

Uses of Interface
org.springframework.hateoas.Identifiable

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

Classes in org.springframework.hateoas that implement Identifiable
 class ResourceSupport
          Base class for DTOs to collect links.
 

Uses of Identifiable in org.springframework.hateoas.mvc
 

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

Methods in org.springframework.hateoas.mvc with parameters of type Identifiable
 ControllerLinkBuilder ControllerLinkBuilder.slash(Identifiable<?> identifyable)
          Adds the given AbstractEntity's id as sub-resource.
 


Spring Hateoas

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