Update README.md

This commit is contained in:
Loredana Crusoveanu 2024-04-11 19:12:04 +03:00 committed by GitHub
parent c0eb061c42
commit 64d27bec32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -12,3 +12,5 @@ This module contains articles about MapStruct.
- [Use Mapper in Another Mapper with Mapstruct and Java](https://www.baeldung.com/java-mapstruct-nested-mapping)
- [Throw Exception for Unexpected Input for Enum With MapStruct](https://www.baeldung.com/java-mapstruct-enum-unexpected-input-exception)
- [How to Use Conditional Mapping With MapStruct](https://www.baeldung.com/java-mapstruct-bean-types-conditional)
- [Mapping Enum With MapStruct](https://www.baeldung.com/java-mapstruct-enum)