Class LinkDiscoverers

java.lang.Object
org.springframework.hateoas.client.LinkDiscoverers

public class LinkDiscoverers extends Object
Value object to wrap a PluginRegistry for LinkDiscoverer so that it's easier to inject them into clients wanting to lookup a LinkDiscoverer for a given MediaTypes.
Author:
Oliver Gierke
  • Constructor Details

    • LinkDiscoverers

      public LinkDiscoverers(org.springframework.plugin.core.PluginRegistry<LinkDiscoverer,MediaType> discoverers)
      Creates a new LinkDiscoverers instance with the given PluginRegistry.
      Parameters:
      discoverers - must not be null.
  • Method Details