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