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