#dto mapping problem in spring boot

1 messages · Page 1 of 1 (latest)

neon hound
#

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 juncoBOT
#

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