Class CollectionJsonLinkDiscoverer

java.lang.Object
org.springframework.hateoas.client.JsonPathLinkDiscoverer
org.springframework.hateoas.mediatype.collectionjson.CollectionJsonLinkDiscoverer
All Implemented Interfaces:
LinkDiscoverer, org.springframework.plugin.core.Plugin<MediaType>

public class CollectionJsonLinkDiscoverer extends JsonPathLinkDiscoverer
LinkDiscoverer implementation based on JSON Collection link structure. NOTE: Since links can appear in two different places in a Collection+JSON document, this discoverer uses two.
Author:
Greg Turnquist, Oliver Drotbohm