| Annotation Type | Description |
|---|---|
| Accept | |
| Body |
This annotation can be used to add a method body to the POST, PUT, or PATCH
request from a method parameter.
|
| Delete |
Use on methods in
Rest annotated class to add a new rest service of
type DELETE. |
| Field |
This annotation can be used to add a form-encoded parameter to the request
from a method parameter.
|
| Get |
Use on methods in
Rest annotated class to add a new rest service of
type GET. |
| Head |
Use on methods in
Rest annotated class to add a new rest service of
type OPTIONS. |
| Header |
Use on methods in
Rest annotated classes to add headers to a
particular method. |
| Headers |
Use on methods in
Rest annotated classes to add multiple headers to a
given method. |
| Options |
Use on methods in
Rest annotated class to add a new rest service of
type OPTIONS. |
| Part |
This annotation can be used to add a multi-part parameter to the POST, PUT or
PATCH request from a method parameter.
|
| Patch |
Use on methods in
Rest annotated class to add a new rest service of
type PATCH. |
| Path |
This annotation can be used to mark a method parameter to be an url variable.
|
| Post |
Use on methods in
Rest annotated class to add a new rest service of
type POST. |
| Put |
Use on methods in
Rest annotated class to add a new rest service of
type PUT. |
| RequiresAuthentication | |
| RequiresCookie | |
| RequiresCookieInUrl | |
| RequiresHeader | |
| Rest |
Apply @
Rest on an interface to create a RestService class that will
contain implementation of rest calls related to the methods you define in the
interface. |
| RestService |
Apply @
Rest on an interface to create a RestService class that will
contain implementation of rest calls related to the methods you define in the
interface. |
| SetsCookie |
Copyright © 2010–2020 simpligility technologies inc.. All rights reserved.