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