Uses of Class
org.springframework.restdocs.operation.FormParameters
Packages that use 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
Methods in org.springframework.restdocs.operation that return FormParametersModifier and TypeMethodDescriptionstatic FormParametersFormParameters.from(OperationRequest request) Extracts the form parameters from the body of the givenrequest.