Spring Hateoas

Uses of Interface
org.springframework.hateoas.LinkDiscoverer

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

Uses of LinkDiscoverer in org.springframework.hateoas
 

Methods in org.springframework.hateoas that return LinkDiscoverer
 LinkDiscoverer LinkDiscoverers.getLinkDiscovererFor(MediaType mediaType)
          Returns the LinkDiscoverer suitable for the given MediaType.
 LinkDiscoverer LinkDiscoverers.getLinkDiscovererFor(String mediaType)
          Returns the LinkDiscoverer suitable for the given media type.
 

Constructor parameters in org.springframework.hateoas with type arguments of type LinkDiscoverer
LinkDiscoverers(org.springframework.plugin.core.PluginRegistry<LinkDiscoverer,MediaType> discoverers)
          Creates a new LinkDiscoverers instance with the given PluginRegistry.
 

Uses of LinkDiscoverer in org.springframework.hateoas.client
 

Method parameters in org.springframework.hateoas.client with type arguments of type LinkDiscoverer
 Traverson Traverson.setLinkDiscoverers(List<? extends LinkDiscoverer> discoverer)
          Sets the LinkDiscoverers to use.
 

Uses of LinkDiscoverer in org.springframework.hateoas.core
 

Classes in org.springframework.hateoas.core that implement LinkDiscoverer
 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-2014–2014 Pivotal, Inc.. All rights reserved.