@Target(value={PARAMETER,FIELD}) @Retention(value=RUNTIME) @Documented 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 |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
ignoreIfEmpty |
String |
separatedBy |
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.