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

[FEAT] Use MapStruct for Mapping Entities and DTOs #520

Open
this-Aditya opened this issue Jan 13, 2025 · 0 comments
Open

[FEAT] Use MapStruct for Mapping Entities and DTOs #520

this-Aditya opened this issue Jan 13, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@this-Aditya
Copy link
Member

Currently, we are using manual converters to transform Java beans into DTOs and vice versa. To enhance efficiency and maintainability, we can utilize MapStruct:
MapStruct is a code generation tool that simplifies the implementation of mappings between Java bean types, following a convention-over-configuration approach.

Read more about it: https://mapstruct.org/

@this-Aditya this-Aditya added the enhancement New feature or request label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant