mapstruct-examples icon indicating copy to clipboard operation
mapstruct-examples copied to clipboard

Examples for using MapStruct

Results 35 mapstruct-examples issues
Sort by recently updated
recently updated
newest added

Can we get added to the [`pom.xml`](https://github.com/mapstruct/mapstruct-examples/blob/master/mapstruct-kotlin/pom.xml) file in the [kotlin example](https://github.com/mapstruct/mapstruct-examples/tree/master/mapstruct-kotlin) some configuration arguments? Right now I have the following and it's not working...because `kapt` is being used rather...

The example for Gradle 5 does NOT seem to work with Gradle 5. From the release notes: Release notes Gradle 5 states: Gradle will no longer automatically apply annotation processors...

Would be nice to have an example that shows the usage of MapStruct with [Immutables](https://immutables.github.io/). I was trying to use MapStruct with Immutables and couldn't find a comprehensive example or...

Thank you for your mapper. It is very useful for apps. I am using kotlin data classes with val params: data class Person ( var id: Int?=null val name: String...

As we updated the documentation about gradle, we should update the gradle examples, these ones: https://github.com/mapstruct/mapstruct-examples/tree/master/mapstruct-on-gradle

We have a project where we're using protobuf so wanted to know when a stable version of mapstruct with support for protobuf be released because right now I see it's...

Now that IntelliJ (2018.1.1) supports the maven annotation processor paths we can use that in the examples

Add some tests. Regarding this problem I had -> https://github.com/tbroyer/gradle-apt-plugin/issues/73 Just notice that if you try to use this combo in tests, you need to use testApt in the build.gradle...

Add examples with DI frameworks: * [ ] - Spring * [ ] - Guice * [ ] - Dagger 2 * [ ] - CDI