@Target(value={PARAMETER,METHOD})
 @Retention(value=RUNTIME)
public @interface ParameterMapper
| Modifier and Type | Optional Element and Description | 
|---|---|
| Value | mapperThe class or creation expression of the mapper. | 
| int[] | sourceThe parameter numbers that should be
  passed to the mapper as input. | 
| java.lang.String | valueThe parameter name as used in the rest call. | 
public abstract java.lang.String value
public abstract int[] source
public abstract Value mapper