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