2019-10-31 21:43:47 -04:00
|
|
|
## MapStruct
|
|
|
|
|
|
|
|
This module contains articles about MapStruct.
|
|
|
|
|
2019-10-25 08:14:04 -04:00
|
|
|
### Relevant Articles:
|
|
|
|
|
2019-10-31 21:43:47 -04:00
|
|
|
- [Quick Guide to MapStruct](https://www.baeldung.com/mapstruct)
|
|
|
|
- [Custom Mapper with MapStruct](https://www.baeldung.com/mapstruct-custom-mapper)
|
|
|
|
- [Using Multiple Source Objects with MapStruct](https://www.baeldung.com/mapstruct-multiple-source-objects)
|
|
|
|
- [Ignoring Unmapped Properties with MapStruct](https://www.baeldung.com/mapstruct-ignore-unmapped-properties)
|
2020-07-21 09:23:41 -04:00
|
|
|
- [Mapping Collections with MapStruct](https://www.baeldung.com/java-mapstruct-mapping-collections)
|