mapstruct
Here are 134 public repositories matching this topic...
-
Updated
Jul 6, 2020 - Java
-
Updated
Oct 7, 2020 - Kotlin
-
Updated
Nov 3, 2020 - Java
-
Updated
Jul 28, 2017 - Java
-
Updated
Oct 27, 2020 - Shell
-
Updated
Apr 28, 2019 - Java
-
Updated
Nov 4, 2020 - Java
-
Updated
Feb 5, 2018 - Java
-
Updated
Jul 2, 2020 - Java
-
Updated
Aug 25, 2020 - Java
-
Updated
Sep 30, 2019 - Java
-
Updated
Oct 16, 2020 - Java
-
Updated
Sep 3, 2018 - Java
-
Updated
Sep 7, 2020 - Java
-
Updated
Jul 17, 2020 - Java
-
Updated
Jul 2, 2020 - Java
-
Updated
Sep 7, 2020 - TypeScript
-
Updated
Aug 22, 2020 - Java
-
Updated
Jun 20, 2017 - Java
-
Updated
Oct 7, 2020 - Go
-
Updated
Feb 20, 2020 - Java
-
Updated
Apr 30, 2020 - HTML
-
Updated
Oct 29, 2020 - Java
Improve this page
Add a description, image, and links to the mapstruct topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mapstruct topic, visit your repo's landing page and select "manage topics."
@Mapperhas an attributecomponentModelwhere you can define what component model will be generated but unfortunately there are no constants for it. I checked theSpringComponentProcessorand there is string too. So my proposal is to create a new class with constants which can be used there and then you can use it as@Mapper(componentModel=ComponentModel.SPRING).