#dto mapping problem
5 messages · Page 1 of 1 (latest)
Hey, @remote musk!
Please remember to /close this post once your question has been answered!
what is modelmapper
is a tool that converts Java Beans (Pojos) from one representation to another.
5 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
Hey, @remote musk!
Please remember to /close this post once your question has been answered!
what is modelmapper
is a tool that converts Java Beans (Pojos) from one representation to another.