mapstruct-examples
mapstruct-examples copied to clipboard
Add examples with DI frameworks
Add examples with DI frameworks:
- [ ] - Spring
- [ ] - Guice
- [ ] - Dagger 2
- [ ] - CDI
I can prepare Spring examples if needed. I will, when I'll have some time.
That would be great @xenteros. I think that it is good to have as many examples as possible so people can see how exactly they can configure their project. We have an integration test with Spring as well, but not with the other DI frameworks
@filiphr I have just created pull request with example that was requested on StackOverflow from time to time. Would you have a look?
@xenteros yes I've seen your PR. I didn't had time to have a better look. I'll try and do it by the end of the weekend, I hope that is fine for you.
@filiphr yup. I'll try to find more interesting examples in the code I have already wrote and rewrite, so they fit examples.