- get(String, Object...) - Static method in class org.springframework.restdocs.mockmvc.RestDocumentationRequestBuilders
-
- get(URI) - Static method in class org.springframework.restdocs.mockmvc.RestDocumentationRequestBuilders
-
- getAttributes() - Method in interface org.springframework.restdocs.operation.Operation
-
Returns a Map
of attributes associated with the operation.
- getAttributes() - Method in class org.springframework.restdocs.operation.StandardOperation
-
- getAttributes() - Method in class org.springframework.restdocs.snippet.AbstractDescriptor
-
Returns the descriptor's attributes
- getAttributes() - Method in class org.springframework.restdocs.snippet.TemplatedSnippet
-
Returns the additional attributes that will be included in the model during
template rendering.
- getConfiguration() - Method in class org.springframework.restdocs.constraints.Constraint
-
Returns the configuration of the constraint
- getContent() - Method in interface org.springframework.restdocs.operation.OperationRequest
-
Returns the contents of the request.
- getContent() - Method in interface org.springframework.restdocs.operation.OperationRequestPart
-
Returns the contents of the part.
- getContent() - Method in interface org.springframework.restdocs.operation.OperationResponse
-
Returns the contents of the response.
- getContent() - Method in class org.springframework.restdocs.operation.StandardOperationRequest
-
- getContent() - Method in class org.springframework.restdocs.operation.StandardOperationRequestPart
-
- getContent() - Method in class org.springframework.restdocs.operation.StandardOperationResponse
-
- getContent(Operation) - Method in class org.springframework.restdocs.payload.AbstractFieldsSnippet
-
Returns the content of the request or response extracted form the given
operation
.
- getContent(Operation) - Method in class org.springframework.restdocs.payload.RequestFieldsSnippet
-
- getContent(Operation) - Method in class org.springframework.restdocs.payload.ResponseFieldsSnippet
-
- getContentType(Operation) - Method in class org.springframework.restdocs.payload.AbstractFieldsSnippet
-
Returns the content type of the request or response extracted from the given
operation
.
- getContentType(Operation) - Method in class org.springframework.restdocs.payload.RequestFieldsSnippet
-
- getContentType(Operation) - Method in class org.springframework.restdocs.payload.ResponseFieldsSnippet
-
- getDescription() - Method in class org.springframework.restdocs.hypermedia.LinkDescriptor
-
Returns the description for the link
- getDescription() - Method in class org.springframework.restdocs.payload.FieldDescriptor
-
Returns the description for the field
- getDescription() - Method in class org.springframework.restdocs.request.ParameterDescriptor
-
Returns the description of the parameter
- getDescriptorsByRel() - Method in class org.springframework.restdocs.hypermedia.LinksSnippet
-
- getFieldDescriptors() - Method in class org.springframework.restdocs.payload.AbstractFieldsSnippet
-
Returns the list of
FieldDescriptors
that will be used to
generate the documentation.
- getFieldDescriptors() - Method in class org.springframework.restdocs.request.AbstractParametersSnippet
-
- getHeaders() - Method in interface org.springframework.restdocs.operation.OperationRequest
-
Returns the headers that were included in the request.
- getHeaders() - Method in interface org.springframework.restdocs.operation.OperationRequestPart
-
Returns the part's headers.
- getHeaders() - Method in interface org.springframework.restdocs.operation.OperationResponse
-
Returns the headers in the response.
- getHeaders() - Method in class org.springframework.restdocs.operation.StandardOperationRequest
-
- getHeaders() - Method in class org.springframework.restdocs.operation.StandardOperationRequestPart
-
- getHeaders() - Method in class org.springframework.restdocs.operation.StandardOperationResponse
-
- getHref() - Method in class org.springframework.restdocs.hypermedia.Link
-
Returns the link's href
- getKey() - Method in class org.springframework.restdocs.snippet.Attributes.Attribute
-
Returns the attribute's key
- getMethod() - Method in interface org.springframework.restdocs.operation.OperationRequest
-
Returns the HTTP method of the request
- getMethod() - Method in class org.springframework.restdocs.operation.StandardOperationRequest
-
- getName() - Method in class org.springframework.restdocs.constraints.Constraint
-
Returns the name of the constraint
- getName() - Method in interface org.springframework.restdocs.operation.Operation
-
Returns the name of the operation.
- getName() - Method in interface org.springframework.restdocs.operation.OperationRequestPart
-
Returns the name of the part.
- getName() - Method in class org.springframework.restdocs.operation.StandardOperation
-
- getName() - Method in class org.springframework.restdocs.operation.StandardOperationRequestPart
-
- getName() - Method in class org.springframework.restdocs.request.ParameterDescriptor
-
Returns the name of the parameter being described by this descriptor
- getOutputDirectory() - Method in class org.springframework.restdocs.RestDocumentationContext
-
Returns the output directory to which generated snippets should be written.
- getParameters() - Method in interface org.springframework.restdocs.operation.OperationRequest
-
Returns the request's parameters.
- getParameters() - Method in class org.springframework.restdocs.operation.StandardOperationRequest
-
- getParts() - Method in interface org.springframework.restdocs.operation.OperationRequest
-
Returns the request's parts, provided that it is a multipart request.
- getParts() - Method in class org.springframework.restdocs.operation.StandardOperationRequest
-
- getPath() - Method in class org.springframework.restdocs.payload.FieldDescriptor
-
Returns the path of the field described by this descriptor
- getRel() - Method in class org.springframework.restdocs.hypermedia.Link
-
Returns the link's rel
- getRel() - Method in class org.springframework.restdocs.hypermedia.LinkDescriptor
-
Returns the rel of the link described by this descriptor
- getRequest() - Method in interface org.springframework.restdocs.operation.Operation
-
Returns the request that was sent.
- getRequest() - Method in class org.springframework.restdocs.operation.StandardOperation
-
- getResponse() - Method in interface org.springframework.restdocs.operation.Operation
-
Returns the response that was received.
- getResponse() - Method in class org.springframework.restdocs.operation.StandardOperation
-
- getSnippetName() - Method in class org.springframework.restdocs.snippet.TemplatedSnippet
-
Returns the name of the snippet that will be created.
- getStatus() - Method in interface org.springframework.restdocs.operation.OperationResponse
-
Returns the status of the response.
- getStatus() - Method in class org.springframework.restdocs.operation.StandardOperationResponse
-
- getStepCount() - Method in class org.springframework.restdocs.RestDocumentationContext
-
Returns the current step count
- getSubmittedFileName() - Method in interface org.springframework.restdocs.operation.OperationRequestPart
-
Returns the name of the file that is being uploaded in this part.
- getSubmittedFileName() - Method in class org.springframework.restdocs.operation.StandardOperationRequestPart
-
- getTestClass() - Method in class org.springframework.restdocs.RestDocumentationContext
-
Returns the class whose tests are currently executing
- getTestMethodName() - Method in class org.springframework.restdocs.RestDocumentationContext
-
Returns the name of the test method that is currently executing
- getType() - Method in class org.springframework.restdocs.payload.FieldDescriptor
-
Returns the type of the field described by this descriptor
- getUri() - Method in interface org.springframework.restdocs.operation.OperationRequest
-
Returns the request's URI.
- getUri() - Method in class org.springframework.restdocs.operation.StandardOperationRequest
-
- getValue() - Method in class org.springframework.restdocs.snippet.Attributes.Attribute
-
Returns the attribute's value