Uses of Class
org.springframework.restdocs.operation.FormParameters
Package
Description
Operation API that describes a request that was sent and the response that was received
when calling a RESTful API.
-
Uses of FormParameters in org.springframework.restdocs.operation
Modifier and TypeMethodDescriptionstatic FormParameters
FormParameters.from
(OperationRequest request) Extracts the form parameters from the body of the givenrequest
.