Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this really the mapper example #1

Open
nagkumar opened this issue Aug 1, 2023 · 1 comment
Open

Is this really the mapper example #1

nagkumar opened this issue Aug 1, 2023 · 1 comment

Comments

@nagkumar
Copy link

nagkumar commented Aug 1, 2023

https://github.com/RameshMF/springboot-microservices/tree/main/springboot-restful-webservices/src/main/java/net/javaguides/springboot/mapper

as I do see so much of usual work that is no less than usual self coding way..

can you recheck.. as modelmapper object unused.. etc

@abhishek-ssingh
Copy link

I don't think there is a use for these classes, we can simple use modelmapper and can do like
User user = mapper.map(userdto, User.Class);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants