Spring Hateoas

org.springframework.hateoas.core
Class DefaultLinkDiscoverer

java.lang.Object
  extended by org.springframework.hateoas.core.JsonPathLinkDiscoverer
      extended by org.springframework.hateoas.core.DefaultLinkDiscoverer
All Implemented Interfaces:
LinkDiscoverer

public class DefaultLinkDiscoverer
extends JsonPathLinkDiscoverer

JsonPathLinkDiscoverer based on the default link representation we expose.

Author:
Oliver Gierke

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

Constructor Detail

DefaultLinkDiscoverer

public DefaultLinkDiscoverer()
Creates a new DefaultLinkDiscoverer.


Spring Hateoas

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