6719beae86
* Added enums for week day, its mapper and test. * Added enums, mapping and tests for case transformation. * Changed test names to follow BDD style. * Renamed test class. * Removed enum, mapper and test for weekdays. Added same for traffic signal. * Moved the source code and tests under its own package. * Added link to article. * Fixed readme * Fixed readme --------- Co-authored-by: sraverkar.encora <sraverkar.encora@centricsoftware.com> |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
MapStruct
This module contains articles about MapStruct.
Relevant Articles:
- Quick Guide to MapStruct
- Custom Mapper with MapStruct
- Using Multiple Source Objects with MapStruct
- Ignoring Unmapped Properties with MapStruct
- Mapping Collections with MapStruct
- Use Mapper in Another Mapper with Mapstruct and Java
- Throw Exception for Unexpected Input for Enum With MapStruct
- How to Use Conditional Mapping With MapStruct