From 64d27bec32b73e201e8144755a763afc7c9fc6bd Mon Sep 17 00:00:00 2001 From: Loredana Crusoveanu Date: Thu, 11 Apr 2024 19:12:04 +0300 Subject: [PATCH] Update README.md --- mapstruct/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mapstruct/README.md b/mapstruct/README.md index dd2a3bddd8..81ba8a2c45 100644 --- a/mapstruct/README.md +++ b/mapstruct/README.md @@ -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) +