Uses of Class
com.fiap.tech_challenge.parte1.ms_users.services.validation.UsersValidationService
Packages that use UsersValidationService
-
Uses of UsersValidationService in com.fiap.tech_challenge.parte1.ms_users.services
Constructors in com.fiap.tech_challenge.parte1.ms_users.services with parameters of type UsersValidationServiceModifierConstructorDescriptionUsersService
(UserRepository userRepository, UserMapper userMapper, AddressesService addressesService, UsersValidationService usersValidationService, PasswordValidationService passwordValidationService, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder)