#dto mapping problem in spring boot
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
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