Uses of Record Class
callofproject.dev.authentication.dto.user_profile.ExperienceDTO
Packages that use ExperienceDTO
Package
Description
-
Uses of ExperienceDTO in callofproject.dev.authentication.dto.user_profile
Fields in callofproject.dev.authentication.dto.user_profile with type parameters of type ExperienceDTOMethods in callofproject.dev.authentication.dto.user_profile that return types with arguments of type ExperienceDTOModifier and TypeMethodDescriptionExperiencesDTO.experiences()
Returns the value of theexperiences
record component.Constructor parameters in callofproject.dev.authentication.dto.user_profile with type arguments of type ExperienceDTOModifierConstructorDescriptionExperiencesDTO
(List<ExperienceDTO> experiences) Creates an instance of aExperiencesDTO
record class. -
Uses of ExperienceDTO in callofproject.dev.authentication.mapper
Methods in callofproject.dev.authentication.mapper that return ExperienceDTOModifier and TypeMethodDescriptionIExperienceMapper.toExperienceDTO
(callofproject.dev.repository.authentication.entity.Experience experience) Maps an Experience entity to an ExperienceDTO.Method parameters in callofproject.dev.authentication.mapper with type arguments of type ExperienceDTOModifier and TypeMethodDescriptiondefault ExperiencesDTO
IExperienceMapper.toExperiencesDTO
(List<ExperienceDTO> experiences) Maps a list of Experience entities to an ExperiencesDTO.