Uses of Class
org.mapstruct.control.MappingControls
-
Packages that use MappingControls Package Description org.mapstruct.control -
-
Uses of MappingControls in org.mapstruct.control
Classes in org.mapstruct.control with annotations of type MappingControls Modifier and Type Class Description interface
MappingControl
Controls which means of mapping are considered between the source and the target in mappings.interface
NoComplexMapping
Disables complex mappings, mappings that require 2 mapping means (method, built-in conversion) to constitute a mapping from source to target.
-