Java org.springframework.restdocs.request RequestDocumentation fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.restdocs.request RequestDocumentation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.restdocs.request RequestDocumentation.

The text is from its open source code.

Method

ParameterDescriptorparameterWithName(String name)
Creates a ParameterDescriptor that describes a request or path parameter with the given name .
RequestPartDescriptorpartWithName(String name)
Creates a RequestPartDescriptor that describes a request part with the given name .
RequestParametersSnippetrequestParameters(Map attributes, ParameterDescriptor... descriptors)
Returns a Snippet that will document the parameters from the API operation's request.
RequestParametersSnippetrequestParameters(Map attributes, List descriptors)
Returns a Snippet that will document the parameters from the API operation's request.
RequestParametersSnippetrequestParameters(ParameterDescriptor... descriptors)
Returns a Snippet that will document the parameters from the API operation's request.
RequestParametersSnippetrequestParameters(List descriptors)
Returns a Snippet that will document the parameters from the API operation's request.
RequestPartsSnippetrequestParts(Map attributes, RequestPartDescriptor... descriptors)
Returns a Snippet that will document the parts from the API operation's request.
RequestPartsSnippetrequestParts(Map attributes, List descriptors)
Returns a Snippet that will document the parts from the API operation's request.