jmapper-core
jmapper-core copied to clipboard
Elegance, high performance and robustness all in one java bean mapper
Hi, I read about similar case here https://github.com/jmapper-framework/jmapper-core/wiki/Flatten-And-Encapsulate, but I couldn't match it to my case. So here it is: ```java public class Dto { private String data; private String...
``` xml ``` if one of variables is null, destination will be null. [Safe navigation operator](https://en.wikipedia.org/wiki/Safe_navigation_operator) wiki page.
Hi. I'm thinking about switching from Dozer to your mapper. One important aspect that needs to be fulfilled for this is, having information about the actual mappings during runtime. Currently,...
It may be helpful to access the source when creating the destination by using Destination Factory
Hi there! Recently I'm trying to switch my MapStruct based bean mappers to JMapper, and I'm just wondering how can I set factories for object like the `@ObjectFactory ` do...
Hello, I use a simple mapping from one type to another, and everything works fine in my JUnit test. I have two classes with three identical fields of type Integer,...
It would be useful to create an artifact with the implementation of the library ByteBuddy for code generation of JMapper
Allowing the definition of default values. These values are used only in case of source fields nulls.