jmapper-core
jmapper-core copied to clipboard
Elegance, high performance and robustness all in one java bean mapper
When used in a Java EE project the following exception occurs: > WELD-001408 Unsatisfied dependencies for type [Set] with qualifiers [@Default] at injection point [[parameter 1] of [constructor] @Inject com.google.common.util.concurrent.ServiceManager(Set)]...
It might come in handy a class that allows you to know the configuration at runtime
as per comments there was an enhancement when we have the mapping between nested fields. Can you please share the implementation for the same.
I tried implementing JMapper in my project and I use the annotation way described in: [https://www.baeldung.com/jmapper](https://www.baeldung.com/jmapper) But our project is using java 9 modules, my module info contains the following...
Hi, I've got a use case where I should know if two objects from different classes should be updated before doing the mapping. I think a mapper framework should provide...