Package | Description |
---|---|
org.springframework.restdocs.hypermedia |
Documenting a RESTful API that uses hypermedia.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.List<Link>> |
LinkExtractor.extractLinks(OperationResponse response)
Extract the links from the given
response , returning a Map of links
where the keys are the link rels. |