Uses of Record Class
callofproject.dev.authentication.dto.user_profile.LinkDTO
Packages that use LinkDTO
Package
Description
-
Uses of LinkDTO in callofproject.dev.authentication.dto.user_profile
Fields in callofproject.dev.authentication.dto.user_profile with type parameters of type LinkDTOMethods in callofproject.dev.authentication.dto.user_profile that return types with arguments of type LinkDTOModifier and TypeMethodDescriptionLinksDTO.links()
Returns the value of thelinks
record component.Constructor parameters in callofproject.dev.authentication.dto.user_profile with type arguments of type LinkDTO -
Uses of LinkDTO in callofproject.dev.authentication.mapper
Methods in callofproject.dev.authentication.mapper that return LinkDTOModifier and TypeMethodDescriptionILinkMapper.toLinkDTO
(callofproject.dev.repository.authentication.entity.Link link) Maps a Link entity to a LinkDTO.Method parameters in callofproject.dev.authentication.mapper with type arguments of type LinkDTOModifier and TypeMethodDescriptiondefault LinksDTO
ILinkMapper.toLinksDTO
(List<LinkDTO> linkDTOs) Maps a list of Link entities to a LinksDTO.