File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
server/src/main/java/com/studybuddies/server/web/mapper Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 88@ Mapper (componentModel = "spring" , uses = {CheckboxMapper .class })
99public interface ChapterMapper {
1010 @ Mapping (target = "id" , ignore = true )
11- @ Mapping (target = "module " , ignore = true )
11+ @ Mapping (target = "title " , ignore = true )
1212 @ Mapping (target = "checkbox" , source = "checkbox" )
1313 ChapterEntity of (ChapterCreationRequest dto );
1414}
Original file line number Diff line number Diff line change 99public interface CheckboxMapper {
1010 @ Mapping (target = "id" , ignore = true )
1111 @ Mapping (target = "checked" , constant = "false" )
12- @ Mapping (target = "chapter" , ignore = true )
1312 @ Mapping (target = "userUuid" , ignore = true )
1413 CheckboxEntity of (CheckboxCreationRequest dto );
1514}
You can’t perform that action at this time.
0 commit comments