Uses of Class
org.springframework.restdocs.request.RequestParametersSnippet
Package
Description
Documenting query and path parameters of requests sent to a RESTful API.
-
Uses of RequestParametersSnippet in org.springframework.restdocs.request
Modifier and TypeMethodDescriptionRequestParametersSnippet.and
(List<ParameterDescriptor> additionalDescriptors) Returns a newRequestParametersSnippet
configured with this snippet's attributes and its descriptors combined with the givenadditionalDescriptors
.RequestParametersSnippet.and
(ParameterDescriptor... additionalDescriptors) Returns a newRequestParametersSnippet
configured with this snippet's attributes and its descriptors combined with the givenadditionalDescriptors
.static RequestParametersSnippet
RequestDocumentation.relaxedRequestParameters
(List<ParameterDescriptor> descriptors) Returns aSnippet
that will document the parameters from the API operation's request.static RequestParametersSnippet
RequestDocumentation.relaxedRequestParameters
(Map<String, Object> attributes, List<ParameterDescriptor> descriptors) Returns aSnippet
that will document the parameters from the API operation's request.static RequestParametersSnippet
RequestDocumentation.relaxedRequestParameters
(Map<String, Object> attributes, ParameterDescriptor... descriptors) Returns aSnippet
that will document the parameters from the API operation's request.static RequestParametersSnippet
RequestDocumentation.relaxedRequestParameters
(ParameterDescriptor... descriptors) Returns aSnippet
that will document the parameters from the API operation's request.static RequestParametersSnippet
RequestDocumentation.requestParameters
(List<ParameterDescriptor> descriptors) Returns aSnippet
that will document the parameters from the API operation's request.static RequestParametersSnippet
RequestDocumentation.requestParameters
(Map<String, Object> attributes, List<ParameterDescriptor> descriptors) Returns aSnippet
that will document the parameters from the API operation's request.static RequestParametersSnippet
RequestDocumentation.requestParameters
(Map<String, Object> attributes, ParameterDescriptor... descriptors) Returns aSnippet
that will document the parameters from the API operation's request.static RequestParametersSnippet
RequestDocumentation.requestParameters
(ParameterDescriptor... descriptors) Returns aSnippet
that will document the parameters from the API operation's request.