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