MapStruct Mapper Injection in OSGi Blueprint

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

Subscribe To Newsletter

Sign up for my newsletter and get the latest technology news

2019 © Craig Brown PhD. All rights reserved.