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.core   
org.springframework.hateoas.hal   
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.
static class VndErrors.VndError
          A single VndErrors.VndError.
 

Methods in org.springframework.hateoas with parameters of type Identifiable
 LinkBuilder EntityLinks.linkForSingleResource(Identifiable<?> entity)
          Returns a LinkBuilder able to create links to the controller managing the given entity.
 Link EntityLinks.linkToSingleResource(Identifiable<?> entity)
          Creates a Link pointing to single resource backing the given entity.
 LinkBuilder LinkBuilder.slash(Identifiable<?> identifiable)
          Adds the given Identifiable's id as sub-resource.
 

Uses of Identifiable in org.springframework.hateoas.core
 

Methods in org.springframework.hateoas.core with parameters of type Identifiable
 LinkBuilder AbstractEntityLinks.linkForSingleResource(Identifiable<?> entity)
           
 Link AbstractEntityLinks.linkToSingleResource(Identifiable<?> entity)
           
 T LinkBuilderSupport.slash(Identifiable<?> identifyable)
           
 

Uses of Identifiable in org.springframework.hateoas.hal
 

Classes in org.springframework.hateoas.hal that implement Identifiable
 class ResourcesMixin<T>
           
 

Uses of Identifiable in org.springframework.hateoas.mvc
 

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


Spring Hateoas

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