Skip to content

Commit

Permalink
mapstruct#7 Add some Screenshots to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agudian committed Apr 18, 2016
1 parent 11cb434 commit be3dbdc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,20 @@ 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

#### Completion for Properties and Enum Constants

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

#### Quick Fix to Add Missing Property Mapping Method

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

#### Quick Fix to Ignore an Unmapped Property

![Quick Fix to ignore an unmapped property](https://raw.githubusercontent.com/mapstruct/mapstruct-eclipse/master/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 be3dbdc

Please sign in to comment.