Posts by Erickson Tulio • 1 point
1 post
-
-1
votes0
answers12
viewsQ: How to capture inheritance data with mapstruct?
I am creating an API with Spring and there was a need to make inheritance for different types of users. My entity structure follows as follows: @MappedSuperclass @Getter @Setter…