Uses of Class
org.ntnu.idi.idatt2106.sparesti.sparestibackend.model.ChallengeConfig
Packages that use ChallengeConfig
-
Uses of ChallengeConfig in org.ntnu.idi.idatt2106.sparesti.sparestibackend.mapper
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.mapper that return ChallengeConfigModifier and TypeMethodDescriptionChallengeConfigMapper.toEntity
(ChallengeConfigDTO challengeConfigDTO) Converts a ChallengeConfigDTO to an entityChallengeConfigMapper.updateEntity
(ChallengeConfig challengeConfig, ChallengeConfigDTO challengeConfigDTO) Cascades changes from a ChallengeConfigDTO to target entity.Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.mapper with parameters of type ChallengeConfigModifier and TypeMethodDescriptionChallengeConfigMapper.toDTO
(ChallengeConfig challengeConfig) Converts to DTO from ChallengeConfig entity to dtoChallengeConfigMapper.updateEntity
(ChallengeConfig challengeConfig, ChallengeConfigDTO challengeConfigDTO) Cascades changes from a ChallengeConfigDTO to target entity.