-
**FOR FRQs, SCROLL TO THE VERY BOTTOM**
# PBL vs. CB
There are many parallels between the project based learning and Collegeboard materials. There are some overall themes that are present in bo…
-
this is not working modelMapper.registerModule(new JavaTimeModule());
-
Hi,
I am using modelmapper 2.3.2 and am havingsuch problem that:
```
class ObjectA {
PropA value;
class PropA {
String value;
}
class ObjectB {
PropB value;
class PropB {
String v…
J4cku updated
4 years ago
-
I am trying to follow the [jackson integration](http://modelmapper.org/user-manual/jackson-integration/) but it only show simply mappings. In my case I have an object like:
```
public call A {
…
-
Hello,
I'm trying to use a provider to create a LinkedHashSet for my destination children set.
I did the following unit test, the provider isn't used and I got a HashSet instead:
```java
packa…
-
We are using ModelMapper as a Wildfly module.
When we redeploy a project that had already used modelmapper before, then we get class cast exceptions of the form:
java.lang.ClassCastException: co…
-
As we know java records do not have a non-private no args constructor until it's constructed by a delegate.
So these create problems such as this exception :
at org.modelmapper.internal.MappingEn…
-
Hi !
When using JPA it's often desirable not to use setters for nested collections (e.g. OneToMany), but to operate via getters only.
Also when using lombok with lazy collections, it's not even p…
-
Remove `demographic` and `enabled` from the `User` entity and the database.
Update ModelMapper PropertyMap configurations.
-
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…