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.jaxrs   
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.
LinkBuilder
          Builder to ease building Link instances.
PagedResources
          DTO to implement binding response representations of pageable collections.
PagedResources.PageMetadata
          Value object for pagination metadata.
Resource
          A simple Resource wrapping a domain object and adding links to it.
Resources
          General helper to easily create a wrapper for a collection of entities.
ResourceSupport
          Base class for DTOs to collect links.
 

Classes in org.springframework.hateoas used by org.springframework.hateoas.jaxrs
LinkBuilder
          Builder to ease building Link instances.
LinkBuilderFactory
          Factory for LinkBuilder instances.
 

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.
LinkBuilder
          Builder to ease building Link instances.
LinkBuilderFactory
          Factory for LinkBuilder instances.
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.