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