#dto mapping problem

5 messages · Page 1 of 1 (latest)

remote musk
#

I have a problem with mapping dto to entity using modelmapper,...For example i have a many to many relationship between category and product entity and i want as request a product dto like this ProductDto{String name,Double price,List<Long> categoriesIds....} but using modelmapper cannot convert categoriesId to Category

paper shadowBOT
#

Hey, @remote musk!
Please remember to /close this post once your question has been answered!

mystic turtle
#

what is modelmapper

remote musk