We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d4f48 commit 537b6cdCopy full SHA for 537b6cd
1 file changed
README.md
@@ -17,6 +17,7 @@ Currently, the following examples exist:
17
* _mapstruct-spi-accessor-naming_: Example on how to use the Service Provider Interface (SPI) for a custom accessor naming strategy.
18
* _mapstruct-protobuf3_: Example on how to use protobuf3 with MapStruct
19
* _mapstruct-kotlin_: Example on how to use MapStruct with Kotlin using KAPT (Kotlin Annotation Processing Tool)
20
+* _mapstruct-kotlin-gradle_: Example on how to use MapStruct with Kotlin and Gradle Kotlin DSL using KAPT
21
* _mapstruct-jpa-parent-child_: Example on how to use @Context in relation to parent / child relations in JPA)
22
* _mapstruct-lookup-entity-with-composed-key_: Shows how an object with composite key can be read from the database in a mapping method.
23
0 commit comments