@Target(value={PARAMETER,FIELD}) @Retention(value=RUNTIME) @Documented @Deprecated public @interface RestQueryParam
Processor method arguments or to connector fields marked Configurable.
This enables you to use dynamically-generated arguments as query parameters.
Required argument: String representation of the name of the parameter to append.RestCall| 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.