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

Task: jv-spring-boot-mapstruct. Executor: Oleksii Bashkirov. #263

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

OleksiiBashkirov
Copy link

  • created the MapperConfig class with @org.mapstruct.MapperConfig annotation for central configuration of mappers.
  • edited GroupMapper interface with @Mapper annotation and added "groupById" method.
  • edited StudentMapper interface:
    • added @Mapper annotation
    • added @mapping annotation to toDto method
    • created "setSubjectsIds" method with @AfterMapping annotation
    • added toStudentWithoutSubjectsDto method with @mapping annotation
    • edited toModel method with @mapping annotations.
    • created default setSubjects method with @AfterMapping annotation.
  • edited SubjectMapper interface with @Mapper annotation.

…otation for central configuration of mappers.

- edited GroupMapper interface with @Mapper annotation and added
"groupById" method.

- edited StudentMapper interface:
 * added @Mapper annotation
 * added @mapping annotation to toDto method
 * created "setSubjectsIds" method with @AfterMapping annotation
 * added toStudentWithoutSubjectsDto method with @mapping annotation
 * edited toModel method  with @mapping annotations.
 * created default setSubjects method with @AfterMapping annotation.

-  edited SubjectMapper interface with @Mapper annotation.
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

Successfully merging this pull request may close these issues.

1 participant