Uses of Record Class
callofproject.dev.authentication.dto.user_profile.CourseDTO
Packages that use CourseDTO
Package
Description
-
Uses of CourseDTO in callofproject.dev.authentication.dto.user_profile
Fields in callofproject.dev.authentication.dto.user_profile with type parameters of type CourseDTOMethods in callofproject.dev.authentication.dto.user_profile that return types with arguments of type CourseDTOModifier and TypeMethodDescriptionCoursesDTO.courses()
Returns the value of thecourses
record component.Constructor parameters in callofproject.dev.authentication.dto.user_profile with type arguments of type CourseDTOModifierConstructorDescriptionCoursesDTO
(List<CourseDTO> courses) Creates an instance of aCoursesDTO
record class. -
Uses of CourseDTO in callofproject.dev.authentication.mapper
Methods in callofproject.dev.authentication.mapper that return CourseDTOModifier and TypeMethodDescriptionICourseMapper.toCourseDTO
(callofproject.dev.repository.authentication.entity.Course course) Maps a Course entity to a CourseDTO.Method parameters in callofproject.dev.authentication.mapper with type arguments of type CourseDTOModifier and TypeMethodDescriptiondefault CoursesDTO
ICourseMapper.toCoursesDTO
(List<CourseDTO> courses) Maps a list of Course entities to a CoursesDTO.