...
In addition to normal parameters in case of REST it is also possible to receive paramaters from the path (e.g. /doSomething/{id}
) or from the http header or as query paramater. For each of these variants stereotypes are defined («PathParam»
, «HeaderParam»
, «QueryParam»
and «QueryParam»
«CookieParam»
). These stereotype can be applied on the parameters of an REST Operation («RESTOperation»
)
...
...