The following is documentation for a single method.The full javadocs are the bottom.
| Method Information | ||||||
|---|---|---|---|---|---|---|
| Method | Request Narrowing | Description | ||||
| Path(s) | GET/POST | Params | Headers | Content Types | ||
| stringPost(...) | /auth/test | POST | Consumes: application/json | Demonstration of a method which has a body parameter which is just a string. | ||
| Request Fields POSTed to Method | ||||||
|---|---|---|---|---|---|---|
| Method | Field Name | Data Type | Description | |||
| stringPost(...) | String | Request body that encapsulates the whole post as a string. | ||||
Demonstration of a method which has a body parameter which is just a string.
@param body
Request body that encapsulates the whole post as a string.
Generated by Spring Request Doclet package.