Package inha.git.problem.api.mapper
Interface ProblemSubmitMapper
public interface ProblemSubmitMapper
ProblemSubmitMapper는 ProblemSubmit 엔티티와 관련된 데이터 변환 기능을 제공.
-
Method Summary
Modifier and TypeMethodDescriptiontoProblemSubmit
(Integer projectId, ProblemRequest problemRequest) toProblemSubmitResponse
(ProblemSubmit problemSubmit) toSearchProblemSubmitResponse
(ProblemSubmit problemSubmit) toSearchProblemSubmitResponseList
(List<ProblemSubmit> problemSubmits)
-
Method Details
-
toProblemSubmit
-
toProblemSubmitResponse
-
toSearchProblemSubmitResponse
-
toSearchProblemSubmitResponseList
List<SearchProblemSubmitResponse> toSearchProblemSubmitResponseList(List<ProblemSubmit> problemSubmits)
-