@Target(value={PARAMETER,FIELD}) @Retention(value=RUNTIME) @Documented @Deprecated public @interface RestUriParam
RestUriParam annotation.
You can use the RestUriParam annotation, as well as other related annotations,
on @Processor method arguments or @Configurable fields of the connector.
When generating the request call, DevKit includes a non-annotated argument
and an argument annotated with Payload as the body of the call.
When applying annotations to Processor methods, specify a placeholder
in the URI by surrounding the placeholder with curly braces, for example {type}.| Modifier and Type | Required Element and Description |
|---|---|
String |
value
Deprecated.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
ignoreIfEmpty
Deprecated.
|
String |
separatedBy
Deprecated.
|
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.