java-tutorials/mapstruct/README.md

17 lines
998 B
Markdown
Raw Normal View History

## MapStruct
This module contains articles about MapStruct.
### Relevant Articles:
- [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)
2023-04-14 05:15:13 -04:00
- [Use Mapper in Another Mapper with Mapstruct and Java](https://www.baeldung.com/java-mapstruct-nested-mapping)
2023-06-21 08:31:57 -04:00
- [Throw Exception for Unexpected Input for Enum With MapStruct](https://www.baeldung.com/java-mapstruct-enum-unexpected-input-exception)
2023-09-08 10:46:17 -04:00
- [How to Use Conditional Mapping With MapStruct](https://www.baeldung.com/java-mapstruct-bean-types-conditional)
2024-04-11 12:12:04 -04:00
- [Mapping Enum With MapStruct](https://www.baeldung.com/java-mapstruct-enum)