Posts by Bruno Neres Reolon • 11 points
2 posts
-
0
votes0
answers35
viewsQ: Heritage with modelMapper
I am creating a project in college, in which I need to register a user. In my controller I receive a User and need to convert to a type of user, being them student, teacher, coordinator or external…
-
0
votes0
answers56
viewsQ: Nullpointerexception Modelmapper
I’m using Modelmapper, I created a Mapper class where I have some methods that converts dto to a model and vice versa, it turns out I’m getting a nullPointerException when using these methods of the…