クラス CollectionJsonLinkDiscoverer

java.lang.ObjectSE
org.springframework.hateoas.client.JsonPathLinkDiscoverer
org.springframework.hateoas.mediatype.collectionjson.CollectionJsonLinkDiscoverer
実装されたすべてのインターフェース:
LinkDiscovererorg.springframework.plugin.core.Plugin<MediaType>

public class CollectionJsonLinkDiscoverer extends JsonPathLinkDiscoverer
JSON Collection リンク構造に基づく LinkDiscoverer 実装。注: リンクは Collection+JSON ドキュメント内の 2 つの異なる場所に表示される可能性があるため、このディスカバーでは 2 つの場所を使用します。
作成者:
Greg Turnquist, Oliver Drotbohm