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 SummaryOptional Elements Modifier and Type Optional Element Description ParameterMapper[]valueThe parameter mappers.
 
- 
- 
- 
Element Detail- 
valueParameterMapper[] value The parameter mappers.- Default:
- {}
 
 
- 
 
-