Skip to content

Commit

Permalink
mapstruct#7 Add some Screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
agudian committed Apr 18, 2016
1 parent 11cb434 commit 6730670
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ Eclipse update site for latest snapshot: https://mapstruct.ci.cloudbees.com/job/
* _Add method: Y toY(X prop)_ adds an appropriate method declaration to the mapper.
* _Ignore unmapped target property_ adds `@Mapping( target = "prop", ignore = true )` to the method.

## Screenshots

![Code completion for properties and enum constants](https://raw.githubusercontent.com/agudian/mapstruct-eclipse/valueMappingSupport/still-completion-1.png)

![Quick Fix to add missing property mapping method](https://raw.githubusercontent.com/agudian/mapstruct-eclipse/valueMappingSupport/still-quickfix-1.png)

![Quick Fix to ignore an unmapped property](https://raw.githubusercontent.com/agudian/mapstruct-eclipse/valueMappingSupport/still-quickfix-2.png)

## Links

* [Homepage](http://mapstruct.org)
Expand Down
Binary file added still-completion-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added still-quickfix-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added still-quickfix-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6730670

Please sign in to comment.