Class TMF630LinkDiscoverer
java.lang.Object
org.springframework.hateoas.client.JsonPathLinkDiscoverer
com.orange.spring.tmf630.deserializers.TMF630LinkDiscoverer
- All Implemented Interfaces:
org.springframework.hateoas.client.LinkDiscoverer
,org.springframework.plugin.core.Plugin<org.springframework.http.MediaType>
public class TMF630LinkDiscoverer
extends org.springframework.hateoas.client.JsonPathLinkDiscoverer
Finds links by rel in a TMF630 representation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.hateoas.Link
extractLink
(@NotNull Object element, @NotNull org.springframework.hateoas.LinkRelation rel) Methods inherited from class org.springframework.hateoas.client.JsonPathLinkDiscoverer
findLinksWithRel, findLinksWithRel, findLinkWithRel, findLinkWithRel, supports
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.hateoas.client.LinkDiscoverer
findLinksWithRel, findLinksWithRel, findLinkWithRel, findLinkWithRel, findRequiredLinkWithRel, findRequiredLinkWithRel
-
Constructor Details
-
TMF630LinkDiscoverer
public TMF630LinkDiscoverer()
-
-
Method Details
-
extractLink
public org.springframework.hateoas.Link extractLink(@NotNull @NotNull Object element, @NotNull @NotNull org.springframework.hateoas.LinkRelation rel) - Overrides:
extractLink
in classorg.springframework.hateoas.client.JsonPathLinkDiscoverer
-