Java org.springframework.data.rest.webmvc IncomingRequest fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.rest.webmvc IncomingRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.rest.webmvc IncomingRequest.

The text is from its open source code.

Constructor

IncomingRequest(ServerHttpRequest request)
Creates a new IncomingRequest from ServerHttpRequest .

Method

InputStreamgetBody()
Returns the body of the request.
ServerHttpRequestgetServerHttpRequest()
Returns the underlying ServerHttpRequest .
booleanisJsonPatchRequest()
Returns whether the request is a PATCH request with a payload of type RestMediaTypes#JSON_PATCH_JSON .
booleanisPatchRequest()
Returns whether the request is a PATCH request.