Java org.springframework.restdocs.hypermedia HypermediaDocumentation fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.restdocs.hypermedia HypermediaDocumentation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.restdocs.hypermedia HypermediaDocumentation.

The text is from its open source code.

Method

LinksSnippetlinks(Map attributes, LinkDescriptor... descriptors)
Returns a new Snippet that will document the links in the API call's response.
LinksSnippetlinks(Map attributes, List descriptors)
Returns a new Snippet that will document the links in the API call's response.
LinksSnippetlinks(LinkExtractor linkExtractor, LinkDescriptor... descriptors)
Returns a new Snippet that will document the links in the API operation's response.
LinksSnippetlinks(LinkExtractor linkExtractor, List descriptors)
Returns a new Snippet that will document the links in the API operation's response.
LinksSnippetlinks(LinkDescriptor... descriptors)
Returns a new Snippet that will document the links in the API operation's response.
LinksSnippetlinks(List descriptors)
Returns a new Snippet that will document the links in the API operation's response.