Package org.mapstruct.control
Annotation Type MappingControls
Allows multiple
MappingControl on a class declaration.- Since:
- 1.4
- Author:
- Sjaak Derksen
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionThe mapping controls that should be applied to the annotated class.
-
Element Details
-
value
MappingControl[] valueThe mapping controls that should be applied to the annotated class.- Returns:
- The mapping controls that should be applied to the annotated class.
-