Class HalFormsLinkDiscoverer
java.lang.Object
org.springframework.hateoas.client.JsonPathLinkDiscoverer
org.springframework.hateoas.mediatype.hal.HalLinkDiscoverer
org.springframework.hateoas.mediatype.hal.forms.HalFormsLinkDiscoverer
- All Implemented Interfaces:
LinkDiscoverer,org.springframework.plugin.core.Plugin<org.springframework.http.MediaType>
HAL-FORMS based
JsonPathLinkDiscoverer.- Author:
- Greg Turnquist, Oliver Gierke
-
Field Summary
Fields inherited from class org.springframework.hateoas.client.JsonPathLinkDiscoverer
mediaTypes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.hateoas.mediatype.hal.HalLinkDiscoverer
extractLink, inspectEmbeddedsMethods inherited from class org.springframework.hateoas.client.JsonPathLinkDiscoverer
findLinksWithRel, findLinksWithRel, findLinkWithRel, findLinkWithRel, supportsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.hateoas.client.LinkDiscoverer
findLinksWithRel, findLinksWithRel, findLinkWithRel, findLinkWithRel, findRequiredLinkWithRel, findRequiredLinkWithRel
-
Constructor Details
-
HalFormsLinkDiscoverer
public HalFormsLinkDiscoverer()
-