#1113 Link uml-reverse-mapper created class diagrams to readme, where needed
This commit is contained in:
@ -15,8 +15,6 @@ conversion between corresponding types, allowing a clean implementation in which
|
||||
need to be aware of each other. Moreover, the Converter Pattern introduces bidirectional collection
|
||||
mapping, reducing a boilerplate code to minimum.
|
||||
|
||||

|
||||
|
||||
## Explanation
|
||||
|
||||
Real world example
|
||||
@ -82,6 +80,9 @@ UserDto dtoUser = new UserDto("John", "Doe", true, "whatever[at]wherever.com");
|
||||
User user = userConverter.convertFromDto(dtoUser);
|
||||
```
|
||||
|
||||
## Class diagram
|
||||

|
||||
|
||||
## Applicability
|
||||
Use the Converter Pattern in the following situations:
|
||||
|
||||
|
Reference in New Issue
Block a user