-
The issue discussed in #242 reoccurs in 2.3.5.
When running the example mentioned in #242, I' see the following exception:
```
Exception in thread "main" java.lang.NullPointerException
at org.m…
-
I'm using a ModelMapper to convert objects from a third party api to my internal system. The data quality of this api is horrible and i'm not willing to lower mine just for that.
So many fields tha…
-
Hello,
I don't know if it is really a bug or just an improvement, but the behaviour of modelmapper was not consistent.
The problem is that modelmapper mixup getRed() and isRed() function.
- som…
-
```
public class Demo {
private List ids
}
Demo demo1 = new Demo()
.setIds(Lists.newArrayList(3L));
Demo demo2 = new Demo()
.setIds(Lists.newArrayList(1L, 2L, 3L));
ModelMapper m…
-
Remove `demographic` and `enabled` from the `User` entity and the database.
Update ModelMapper PropertyMap configurations.
-
### Issue
Current Build since release 2.1.1 no longer correctly generates import entries for private packages in the OSGI manifest file via the BND tools plugin `maven-bundle-plugin` This results i…
-
Hello,
I need to map an Object that contains a Map to my own classes.
But the List with OtherObject seems not to be mapped to my classes but to the same classes resulting in a classcastexception. …
ghost updated
2 years ago
-
I understand that ModelMapper has some troubles handling generics but even the error is an internal error that i cannot catch and can only see the details by debugging inside ModelMapper code.
## Err…
-
**Summary**
Mappings/Converters configured on the BaseTypeMap are not applied when mapping children.
**CurrentBehaviour**
Configuring the mappings/converters on the childSource -> parentDestinat…
-