Uses of Class
org.mapstruct.control.MappingControl.Use
-
Packages that use MappingControl.Use Package Description org.mapstruct.control -
-
Uses of MappingControl.Use in org.mapstruct.control
Methods in org.mapstruct.control that return MappingControl.Use Modifier and Type Method Description MappingControl.Use
value()
static MappingControl.Use
MappingControl.Use. valueOf(String name)
Returns the enum constant of this type with the specified name.static MappingControl.Use[]
MappingControl.Use. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-