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
RequestConverterandResponseConverterimplementations to indicate that a failure has occurred during conversion.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.The parameters received in a request.A parser for the query string of a URI.ARequestConverteris used to convert an implementation-specific request into anOperationRequest.A representation of a Cookie received in a request.AResponseConverteris used to convert an implementation-specific response into anOperationResponse.A representation of a Cookie returned in a response.Standard implementation ofOperation.