Uses of Class
org.springframework.restdocs.hypermedia.Link
Packages that use Link
Package
Description
Documenting a RESTful API that uses hypermedia.
-
Uses of Link in org.springframework.restdocs.hypermedia
Methods in org.springframework.restdocs.hypermedia that return types with arguments of type LinkModifier and TypeMethodDescriptionLinkExtractor.extractLinks
(OperationResponse response) Extract the links from the givenresponse
, returning aMap
of links where the keys are the link rels.