Annotation Type ParameterMappers
-
@Target(METHOD) @Retention(RUNTIME) public @interface ParameterMappers
Container 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[]
value
The parameter mappers.
-
-
-
Element Detail
-
value
ParameterMapper[] value
The parameter mappers.- Default:
- {}
-
-