Java org.springframework.restdocs.operation OperationRequest fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.restdocs.operation OperationRequest fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Method

byte[]getContent()
Returns the content of the request.
StringgetContentAsString()
Returns the content of the request as a String .
HttpHeadersgetHeaders()
Returns the headers that were included in the request.
HttpMethodgetMethod()
Returns the HTTP method of the request.
ParametersgetParameters()
Returns the request's parameters.
CollectiongetParts()
Returns the request's parts, provided that it is a multipart request.
URIgetUri()
Returns the request's URI.