Skip to content

Commit be3dbdc

Browse files
committed
#7 Add some Screenshots to README.md
1 parent 11cb434 commit be3dbdc

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,20 @@ Eclipse update site for latest snapshot: https://mapstruct.ci.cloudbees.com/job/
1919
* _Add method: Y toY(X prop)_ adds an appropriate method declaration to the mapper.
2020
* _Ignore unmapped target property_ adds `@Mapping( target = "prop", ignore = true )` to the method.
2121

22+
## Screenshots
23+
24+
#### Completion for Properties and Enum Constants
25+
26+
![Code completion for properties and enum constants](https://raw.githubusercontent.com/mapstruct/mapstruct-eclipse/master/still-completion-1.png)
27+
28+
#### Quick Fix to Add Missing Property Mapping Method
29+
30+
![Quick Fix to add missing property mapping method](https://raw.githubusercontent.com/mapstruct/mapstruct-eclipse/master/still-quickfix-1.png)
31+
32+
#### Quick Fix to Ignore an Unmapped Property
33+
34+
![Quick Fix to ignore an unmapped property](https://raw.githubusercontent.com/mapstruct/mapstruct-eclipse/master/still-quickfix-2.png)
35+
2236
## Links
2337

2438
* [Homepage](http://mapstruct.org)

still-completion-1.png

13.1 KB
Loading

still-quickfix-1.png

16.2 KB
Loading

still-quickfix-2.png

17.5 KB
Loading

0 commit comments

Comments
 (0)