Uses of Package
org.springframework.restdocs.operation
Packages that use org.springframework.restdocs.operation
Package
Description
Documenting CLI commands required to make a request to a RESTful API.
Classes that drive the generation of the documentation snippets.
Documenting the headers of a RESTful API's requests and responses.
Documenting the HTTP request sent to a RESTful API and the HTTP response that is
returned.
Documenting a RESTful API that uses hypermedia.
Operation API that describes a request that was sent and the response that was received
when calling a RESTful API.
Support for preprocessing an operation prior to it being documented.
Documenting the payload of a RESTful API's requests and responses.
Documenting query and path parameters of requests sent to a RESTful API.
Snippet generation.
-
Classes in org.springframework.restdocs.operation used by org.springframework.restdocs.cli
-
Classes in org.springframework.restdocs.operation used by org.springframework.restdocs.generateClassDescriptionA
RequestConverter
is used to convert an implementation-specific request into anOperationRequest
.AResponseConverter
is used to convert an implementation-specific response into anOperationResponse
. -
Classes in org.springframework.restdocs.operation used by org.springframework.restdocs.headers
-
Classes in org.springframework.restdocs.operation used by org.springframework.restdocs.http
-
Classes in org.springframework.restdocs.operation used by org.springframework.restdocs.hypermediaClassDescriptionDescribes an operation performed on a RESTful service.The response that was received as part of performing an operation on a RESTful service.
-
Classes in org.springframework.restdocs.operation used by org.springframework.restdocs.operationClassDescriptionDescribes an operation performed on a RESTful service.The request that was sent as part of performing an operation on a RESTful service.A part of a multipart request.The response that was received as part of performing an operation on a RESTful service.The parameters received in a request.A representation of a Cookie received in a request.
-
Classes in org.springframework.restdocs.operation used by org.springframework.restdocs.operation.preprocessClassDescriptionThe request that was sent as part of performing an operation on a RESTful service.The response that was received as part of performing an operation on a RESTful service.
-
Classes in org.springframework.restdocs.operation used by org.springframework.restdocs.payload
-
Classes in org.springframework.restdocs.operation used by org.springframework.restdocs.request
-
Classes in org.springframework.restdocs.operation used by org.springframework.restdocs.snippet