Package org.mapstruct.control
-
Enum Summary Enum Description MappingControl.Use -
Annotation Types Summary Annotation Type Description DeepClone Clones a source type to a target type (assuming source and target are of the same type).MappingControl Controls which means of mapping are considered between the source and the target in mappings.MappingControls Allows multipleMappingControl
on a class declaration.NoComplexMapping Disables complex mappings, mappings that require 2 mapping means (method, built-in conversion) to constitute a mapping from source to target.