Spring Hateoas

Uses of Class
org.springframework.hateoas.Links

Packages that use Links
org.springframework.hateoas Value objects to ease creating Links and link driven representations for REST webservices. 
org.springframework.hateoas.hal   
 

Uses of Links in org.springframework.hateoas
 

Methods in org.springframework.hateoas that return Links
static Links Links.valueOf(String source)
          Creates a Links instance from the given RFC5988-compatible link format.
 

Uses of Links in org.springframework.hateoas.hal
 

Methods in org.springframework.hateoas.hal with parameters of type Links
 Collection<? extends Object> CurieProvider.getCurieInformation(Links links)
          Returns an object to render as the base curie information.
 Collection<? extends Object> DefaultCurieProvider.getCurieInformation(Links links)
           
 


Spring Hateoas

Copyright © 2012-2014-2014 Pivotal, Inc.. All Rights Reserved.