Spring Hateoas

org.springframework.hateoas.hal
Class HalLinkDiscoverer

java.lang.Object
  extended by org.springframework.hateoas.core.JsonPathLinkDiscoverer
      extended by org.springframework.hateoas.hal.HalLinkDiscoverer
All Implemented Interfaces:
LinkDiscoverer, org.springframework.plugin.core.Plugin<MediaType>

public class HalLinkDiscoverer
extends JsonPathLinkDiscoverer

LinkDiscoverer implementation based on HAL link structure.

Author:
Oliver Gierke

Constructor Summary
HalLinkDiscoverer()
           
 
Method Summary
 
Methods inherited from class org.springframework.hateoas.core.JsonPathLinkDiscoverer
findLinksWithRel, findLinksWithRel, findLinkWithRel, findLinkWithRel, supports
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HalLinkDiscoverer

public HalLinkDiscoverer()

Spring Hateoas

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