Relative Content

Tag Archive for javaarraylistmapstruct

Why mapstruct setting all values to null in the new arraylist

I am trying to create a list by using the fields in two object using map struct. Its creating the new list successfully with all the fields but i am losing all the values in the objects. I am using map struct 1.5.5 Final and not using lombok for getter and setter. Please help me to find out what i am missing.