Uses of Class
org.springframework.restdocs.hypermedia.LinksSnippet
Packages that use LinksSnippet
Package
Description
Documenting a RESTful API that uses hypermedia.
-
Uses of LinksSnippet in org.springframework.restdocs.hypermedia
Methods in org.springframework.restdocs.hypermedia that return LinksSnippetModifier and TypeMethodDescriptionfinal LinksSnippetLinksSnippet.and(List<LinkDescriptor> additionalDescriptors) Returns a newLinksSnippetconfigured with this snippet's link extractor and attributes, and its descriptors combined with the givenadditionalDescriptors.final LinksSnippetLinksSnippet.and(LinkDescriptor... additionalDescriptors) Returns a newLinksSnippetconfigured with this snippet's link extractor and attributes, and its descriptors combined with the givenadditionalDescriptors.static LinksSnippetHypermediaDocumentation.links(List<LinkDescriptor> descriptors) Returns a newSnippetthat will document the links in the API operation's response.static LinksSnippetReturns a newSnippetthat will document the links in the API call's response.static LinksSnippetHypermediaDocumentation.links(Map<String, Object> attributes, LinkDescriptor... descriptors) Returns a newSnippetthat will document the links in the API call's response.static LinksSnippetHypermediaDocumentation.links(LinkDescriptor... descriptors) Returns a newSnippetthat will document the links in the API operation's response.static LinksSnippetHypermediaDocumentation.links(LinkExtractor linkExtractor, List<LinkDescriptor> descriptors) Returns a newSnippetthat will document the links in the API operation's response.static LinksSnippetHypermediaDocumentation.links(LinkExtractor linkExtractor, Map<String, Object> attributes, List<LinkDescriptor> descriptors) Returns a newSnippetthat will document the links in the API operation's response.static LinksSnippetHypermediaDocumentation.links(LinkExtractor linkExtractor, Map<String, Object> attributes, LinkDescriptor... descriptors) Returns a newSnippetthat will document the links in the API operation's response.static LinksSnippetHypermediaDocumentation.links(LinkExtractor linkExtractor, LinkDescriptor... descriptors) Returns a newSnippetthat will document the links in the API operation's response.static LinksSnippetHypermediaDocumentation.relaxedLinks(List<LinkDescriptor> descriptors) Returns a newSnippetthat will document the links in the API operation's response.static LinksSnippetHypermediaDocumentation.relaxedLinks(Map<String, Object> attributes, List<LinkDescriptor> descriptors) Returns a newSnippetthat will document the links in the API call's response.static LinksSnippetHypermediaDocumentation.relaxedLinks(Map<String, Object> attributes, LinkDescriptor... descriptors) Returns a newSnippetthat will document the links in the API call's response.static LinksSnippetHypermediaDocumentation.relaxedLinks(LinkDescriptor... descriptors) Returns a newSnippetthat will document the links in the API operation's response.static LinksSnippetHypermediaDocumentation.relaxedLinks(LinkExtractor linkExtractor, List<LinkDescriptor> descriptors) Returns a newSnippetthat will document the links in the API operation's response.static LinksSnippetHypermediaDocumentation.relaxedLinks(LinkExtractor linkExtractor, Map<String, Object> attributes, List<LinkDescriptor> descriptors) Returns a newSnippetthat will document the links in the API operation's response.static LinksSnippetHypermediaDocumentation.relaxedLinks(LinkExtractor linkExtractor, Map<String, Object> attributes, LinkDescriptor... descriptors) Returns a newSnippetthat will document the links in the API operation's response.static LinksSnippetHypermediaDocumentation.relaxedLinks(LinkExtractor linkExtractor, LinkDescriptor... descriptors) Returns a newSnippetthat will document the links in the API operation's response.