/
«Path Param»
«Path Param»
Stereotype «PathParam»
is used to mark that a parameter of an REST operation that it’s value should be taken from the request path. Please be aware that the stereotype can only be applied on an operation of an interface that is marked as «RESTResource»
and the operation is marked as «RESTOperation»
.
Stereotype |
| |
Applicable Elements |
| |
Tagged Values | ||
Name | Type | Description |
value | String | Name of the parameter as it is defined in the operations path e.g. |
For further information please refer to:
, multiple selections available,
Related content
«Query Param»
«Query Param»
More like this
«Header Param»
«Header Param»
More like this
«Cookie Param»
«Cookie Param»
More like this
«Bean Param»
«Bean Param»
More like this