Uses of Class
org.springframework.restdocs.request.PathParametersSnippet
Packages that use PathParametersSnippet
Package
Description
Documenting query and path parameters of requests sent to a RESTful API.
-
Uses of PathParametersSnippet in org.springframework.restdocs.request
Methods in org.springframework.restdocs.request that return PathParametersSnippetModifier and TypeMethodDescriptionfinal PathParametersSnippetPathParametersSnippet.and(List<ParameterDescriptor> additionalDescriptors) Returns a newPathParametersSnippetconfigured with this snippet's attributes and its descriptors combined with the givenadditionalDescriptors.final PathParametersSnippetPathParametersSnippet.and(ParameterDescriptor... additionalDescriptors) Returns a newPathParametersSnippetconfigured with this snippet's attributes and its descriptors combined with the givenadditionalDescriptors.static PathParametersSnippetRequestDocumentation.pathParameters(List<ParameterDescriptor> descriptors) Returns aSnippetthat will document the path parameters from the API operation's request.static PathParametersSnippetRequestDocumentation.pathParameters(Map<String, Object> attributes, List<ParameterDescriptor> descriptors) Returns aSnippetthat will document the path parameters from the API operation's request.static PathParametersSnippetRequestDocumentation.pathParameters(Map<String, Object> attributes, ParameterDescriptor... descriptors) Returns aSnippetthat will document the path parameters from the API operation's request.static PathParametersSnippetRequestDocumentation.pathParameters(ParameterDescriptor... descriptors) Returns aSnippetthat will document the path parameters from the API operation's request.static PathParametersSnippetRequestDocumentation.relaxedPathParameters(List<ParameterDescriptor> descriptors) Returns aSnippetthat will document the path parameters from the API operation's request.static PathParametersSnippetRequestDocumentation.relaxedPathParameters(Map<String, Object> attributes, List<ParameterDescriptor> descriptors) Returns aSnippetthat will document the path parameters from the API operation's request.static PathParametersSnippetRequestDocumentation.relaxedPathParameters(Map<String, Object> attributes, ParameterDescriptor... descriptors) Returns aSnippetthat will document the path parameters from the API operation's request.static PathParametersSnippetRequestDocumentation.relaxedPathParameters(ParameterDescriptor... descriptors) Returns aSnippetthat will document the path parameters from the API operation's request.