Class UberLinkDiscoverer

java.lang.Object
org.springframework.hateoas.mediatype.uber.UberLinkDiscoverer
All Implemented Interfaces:
LinkDiscoverer, org.springframework.plugin.core.Plugin<MediaType>

public class UberLinkDiscoverer extends Object implements LinkDiscoverer
Find links by rel in an UBER+JSON representation. TODO: Pending https://github.com/json-path/JsonPath/issues/429, replace deserializing solution with JsonPath-based expression "$.uber.data[?(@.rel.indexOf('%s') != -1)].url"
Since:
1.0
Author:
Greg Turnquist, Oliver Drotbohm