Uses of Record Class
com.app.controller.dto.user.NewEmailDto
Packages that use NewEmailDto
-
Uses of NewEmailDto in com.app.controller
Methods in com.app.controller with parameters of type NewEmailDtoModifier and TypeMethodDescriptionUserController.changeEmail
(NewEmailDto newEmailDto, String token) Changes the email address of the currently logged-in user. -
Uses of NewEmailDto in com.app.service
Methods in com.app.service with parameters of type NewEmailDtoModifier and TypeMethodDescriptionUserService.changeEmail
(NewEmailDto newEmailDto, String token) Changes the email address of the currently authenticated user. -
Uses of NewEmailDto in com.app.service.impl
Methods in com.app.service.impl with parameters of type NewEmailDtoModifier and TypeMethodDescriptionUserServiceImpl.changeEmail
(NewEmailDto newEmailDto, String token) Changes the email address of the authenticated user. -
Uses of NewEmailDto in com.app.validate
Classes in com.app.validate that implement interfaces with type arguments of type NewEmailDtoModifier and TypeClassDescriptionclass
Validator implementation for NewEmailDto objects.Methods in com.app.validate with parameters of type NewEmailDtoModifier and TypeMethodDescriptionvoid
NewEmailDtoValidator.validate
(NewEmailDto newEmailDto) Validates the given NewEmailDto object.