You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: description.html
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,18 +24,20 @@
24
24
<li>Completion of <code>target</code> and <code>source</code> properties in <code>@Mapping</code> annotation (nested properties also work)</li>
25
25
<li>Completion of <code>target</code> and <code>source</code> properties in <code>@ValueMapping</code> annotation</li>
26
26
<li>Completion of <code>componentModel</code> in <code>@Mapper</code> and <code>@MapperConfig</code> annotations</li>
27
+
<li>Completion of <code>qualifiedByName</code> in <code>@Mapping</code> annotation</li>
27
28
</ul>
28
29
</li>
29
30
<li>Go To Declaration for properties in <code>target</code> and <code>source</code> to setters / getters</li>
30
31
<li>Find usages of properties in <code>target</code> and <code>source</code> and find usages of setters / getters in <code>@Mapping</code> annotations</li>
32
+
<li>Go To Declaration for <code>Mapping#qualifiedByName</code></li>
31
33
<li>Highlighting properties in <code>target</code> and <code>source</code></li>
32
34
<li>Refactoring support for properties and methods renaming</li>
33
35
<li>Errors and Quick Fixes:</li>
34
36
<li>
35
37
<ul>
36
38
<li><code>@Mapper</code> or <code>@MapperConfig</code> annotation missing</li>
37
39
<li>Unmapped target properties with quick fixes: Add unmapped target property and Ignore unmapped target property.
38
-
NB:<code>unmappedTargetPolicy</code>is not yet considered</li>
40
+
Uses<code>unmappedTargetPolicy</code>to determine the severity that should be used</li>
0 commit comments