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