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 PagedResources<T>
          DTO to implement binding response representations of pageable collections.
 class Resource<T>
          A simple Resource wrapping a domain object and adding links to it.
 class Resources<T>
          General helper to easily create a wrapper for a collection of entities.
 class ResourceSupport
          Base class for DTOs to collect links.
 

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

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
 LinkBuilder UriComponentsLinkBuilder.slash(Identifiable<?> identifyable)
           
 


Spring Hateoas

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