Uses of Record Class
com.app.controller.dto.user.CreateUserDto
Packages that use CreateUserDto
-
Uses of CreateUserDto in com.app.controller
Methods in com.app.controller with parameters of type CreateUserDtoModifier and TypeMethodDescriptionUserController.createUser
(CreateUserDto createUserDto) Creates a new user. -
Uses of CreateUserDto in com.app.service
Methods in com.app.service with parameters of type CreateUserDtoModifier and TypeMethodDescriptionUserService.createUser
(CreateUserDto createUserDto) Creates a new user in the system. -
Uses of CreateUserDto in com.app.service.impl
Methods in com.app.service.impl with parameters of type CreateUserDtoModifier and TypeMethodDescriptionUserServiceImpl.createUser
(CreateUserDto createUserDto) Creates a new user with given data. -
Uses of CreateUserDto in com.app.validate
Classes in com.app.validate that implement interfaces with type arguments of type CreateUserDtoMethods in com.app.validate with parameters of type CreateUserDtoModifier and TypeMethodDescriptionvoid
CreateUserValidator.validate
(CreateUserDto createUserDto) Validates the CreateUserDto object by checking: - Whether the DTO is null