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<MediaType>
HAL-FORMS based
JsonPathLinkDiscoverer.- Author:
- Greg Turnquist, Oliver Gierke
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.hateoas.mediatype.hal.HalLinkDiscoverer
extractLinkMethods 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()
-