Package com.fiap.tech_challenge.parte1.ms_users.validators
package com.fiap.tech_challenge.parte1.ms_users.validators
-
ClassDescriptionValidator that checks for duplicate addresses in a user's request.Validator that checks if a given email address is already registered in the system.Validator that checks if a given login is already registered in the system.Interface for validating password update rules.Interface for validating user data in a
UsersRequestDTO
.