What Is MapStruct?
According to the MapStruct website: MapStruct is a code generator that greatly simplifies the implementation of mappings between Java bean types based on a convention over configuration approach. The generated mapping code uses plain method invocations and thus is fast, type-safe, and easy to understand.
Inject MapStruct Mapper Into Blueprint OSGi
Such mappings are sometimes necessary for our integration projects. We also use OSGi to create our applications and Blueprint for dependency injection. The Blueprint Maven Plugin makes it very easy to use, and it even provides annotation support. https://goo.gl/EZwv8t #DataIntegration #ML
Share this:
- Click to share on Facebook (Opens in new window)
- Click to share on Twitter (Opens in new window)
- Click to email a link to a friend (Opens in new window)
- Click to share on LinkedIn (Opens in new window)
- Click to share on Tumblr (Opens in new window)
- Click to share on Pinterest (Opens in new window)
- Click to share on Reddit (Opens in new window)