Uses of Class
org.springframework.restdocs.request.RequestPartsSnippet
Packages that use RequestPartsSnippet
Package
Description
Documenting query and path parameters of requests sent to a RESTful API.
-
Uses of RequestPartsSnippet in org.springframework.restdocs.request
Methods in org.springframework.restdocs.request that return RequestPartsSnippetModifier and TypeMethodDescriptionfinal RequestPartsSnippetRequestPartsSnippet.and(List<RequestPartDescriptor> additionalDescriptors) Returns a newRequestPartsSnippetconfigured with this snippet's attributes and its descriptors combined with the givenadditionalDescriptors.final RequestPartsSnippetRequestPartsSnippet.and(RequestPartDescriptor... additionalDescriptors) Returns a newRequestPartsSnippetconfigured with this snippet's attributes and its descriptors combined with the givenadditionalDescriptors.static RequestPartsSnippetRequestDocumentation.relaxedRequestParts(List<RequestPartDescriptor> descriptors) Returns aSnippetthat will document the parts from the API operation's request.static RequestPartsSnippetRequestDocumentation.relaxedRequestParts(Map<String, Object> attributes, List<RequestPartDescriptor> descriptors) Returns aSnippetthat will document the parts from the API operation's request.static RequestPartsSnippetRequestDocumentation.relaxedRequestParts(Map<String, Object> attributes, RequestPartDescriptor... descriptors) Returns aSnippetthat will document the parts from the API operation's request.static RequestPartsSnippetRequestDocumentation.relaxedRequestParts(RequestPartDescriptor... descriptors) Returns aSnippetthat will document the parts from the API operation's request.static RequestPartsSnippetRequestDocumentation.requestParts(List<RequestPartDescriptor> descriptors) Returns aSnippetthat will document the parts from the API operation's request.static RequestPartsSnippetRequestDocumentation.requestParts(Map<String, Object> attributes, List<RequestPartDescriptor> descriptors) Returns aSnippetthat will document the parts from the API operation's request.static RequestPartsSnippetRequestDocumentation.requestParts(Map<String, Object> attributes, RequestPartDescriptor... descriptors) Returns aSnippetthat will document the parts from the API operation's request.static RequestPartsSnippetRequestDocumentation.requestParts(RequestPartDescriptor... descriptors) Returns aSnippetthat will document the parts from the API operation's request.