Spring Hateoas

Uses of Interface
org.springframework.hateoas.LinkDiscoverer

Packages that use LinkDiscoverer
org.springframework.hateoas.core   
org.springframework.hateoas.hal   
 

Uses of LinkDiscoverer in org.springframework.hateoas.core
 

Classes in org.springframework.hateoas.core that implement LinkDiscoverer
 class DefaultLinkDiscoverer
          JsonPathLinkDiscoverer based on the default link representation we expose.
 class JsonPathLinkDiscoverer
          LinkDiscoverer that uses JsonPath to find links inside a representation.
 

Uses of LinkDiscoverer in org.springframework.hateoas.hal
 

Classes in org.springframework.hateoas.hal that implement LinkDiscoverer
 class HalLinkDiscoverer
          LinkDiscoverer implementation based on HAL link structure.
 


Spring Hateoas

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