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 | ||
objectPost(...) | /auth/test | POST | Consumes: application/json Produces: text/html | Demonstration of a method which has a body parameter. |
Request Fields POSTed to Method | ||||||
---|---|---|---|---|---|---|
Method | Field Name | Data Type | Description | |||
objectPost(...) | firstName | String | First name of the user. | |||
lastName | String | Last name of the user. |
Response Fields Returned to Client | ||||||
---|---|---|---|---|---|---|
Method | Field Name | Data Type | Description | |||
objectPost(...) | String | HTML results from the operation. |
Demonstration of a method which has a body parameter.
@param request
Request body that encapsulates a number of fields.
@return HTML results from the operation.
Generated by Spring Request Doclet package.