Annotation Type ParameterMapper
- 
@Target({PARAMETER,METHOD}) @Retention(RUNTIME) public @interface ParameterMapperThe parameter mapper can be used to state how a parameter should be mapped for a rest service invocation. 
- 
- 
- 
mapper
Value mapper
The class or creation expression of the mapper.- Default:
 - @jadex.bridge.service.annotation.Value
 
 
 - 
 
 -