Uses of Record Class
callofproject.dev.authentication.dto.user_profile.EducationDTO
Packages that use EducationDTO
Package
Description
-
Uses of EducationDTO in callofproject.dev.authentication.dto.user_profile
Fields in callofproject.dev.authentication.dto.user_profile with type parameters of type EducationDTOMethods in callofproject.dev.authentication.dto.user_profile that return types with arguments of type EducationDTOModifier and TypeMethodDescriptionEducationsDTO.educations()Returns the value of theeducationsrecord component.Constructor parameters in callofproject.dev.authentication.dto.user_profile with type arguments of type EducationDTOModifierConstructorDescriptionEducationsDTO(List<EducationDTO> educations) Creates an instance of aEducationsDTOrecord class. -
Uses of EducationDTO in callofproject.dev.authentication.mapper
Methods in callofproject.dev.authentication.mapper that return EducationDTOModifier and TypeMethodDescriptionIEducationMapper.toEducationDTO(callofproject.dev.repository.authentication.entity.Education education) Maps an Education entity to an EducationDTO.Method parameters in callofproject.dev.authentication.mapper with type arguments of type EducationDTOModifier and TypeMethodDescriptiondefault EducationsDTOIEducationMapper.toEducationsDTO(List<EducationDTO> educations) Maps a list of Education entities to an EducationsDTO.