Uses of Interface
org.springframework.restdocs.operation.OperationRequestPart
Packages that use OperationRequestPart
Package
Description
Operation API that describes a request that was sent and the response that was received
when calling a RESTful API.
-
Uses of OperationRequestPart in org.springframework.restdocs.operation
Methods in org.springframework.restdocs.operation that return OperationRequestPartModifier and TypeMethodDescriptionOperationRequestPartFactory.create
(String name, String submittedFileName, byte[] content, org.springframework.http.HttpHeaders headers) Creates a newOperationRequestPart
.Methods in org.springframework.restdocs.operation that return types with arguments of type OperationRequestPartModifier and TypeMethodDescriptionOperationRequest.getParts()
Returns the request's parts, provided that it is a multipart request.Method parameters in org.springframework.restdocs.operation with type arguments of type OperationRequestPartModifier and TypeMethodDescriptionOperationRequestFactory.create
(URI uri, org.springframework.http.HttpMethod method, byte[] content, org.springframework.http.HttpHeaders headers, Collection<OperationRequestPart> parts) Creates a newOperationRequest
.OperationRequestFactory.create
(URI uri, org.springframework.http.HttpMethod method, byte[] content, org.springframework.http.HttpHeaders headers, Collection<OperationRequestPart> parts, Collection<RequestCookie> cookies) Creates a newOperationRequest
.