Package org.springframework.restdocs.operation
package org.springframework.restdocs.operation
Operation API that describes a request that was sent and the response that was received
when calling a RESTful API.
-
ClassDescriptionAn exception that can be thrown by
RequestConverter
andResponseConverter
implementations to indicate that a failure has occurred during conversion.A request's form parameters, derived from its form URL encoded body content.Describes an operation performed on a RESTful service.The request that was sent as part of performing an operation on a RESTful service.A factory for creatingOperationRequests
.A part of a multipart request.A factory for creatingOperationRequestParts
.The response that was received as part of performing an operation on a RESTful service.A factory for creatingOperationResponses
.A request's query parameters, derived from its URI's query string.ARequestConverter
is used to convert an implementation-specific request into anOperationRequest
.A representation of a Cookie received in a request.AResponseConverter
is used to convert an implementation-specific response into anOperationResponse
.A representation of a Cookie returned in a response.Standard implementation ofOperation
.