Annotation Type ParameterMappers
- 
@Target(METHOD) @Retention(RUNTIME) public @interface ParameterMappersContainer annotation for more than one parameter mapper that should be annotated at the method itself. 
- 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description ParameterMapper[]valueThe parameter mappers. 
 - 
 
- 
- 
Element Detail
- 
value
ParameterMapper[] value
The parameter mappers.- Default:
 - {}
 
 
 - 
 
 -