Uses of Interface
com.fiap.tech_challenge.parte1.ms_users.validators.UserValidator
Packages that use UserValidator
Package
Description
-
Uses of UserValidator in com.fiap.tech_challenge.parte1.ms_users.services.validation
Constructor parameters in com.fiap.tech_challenge.parte1.ms_users.services.validation with type arguments of type UserValidatorModifierConstructorDescriptionUsersValidationService
(List<UserValidator> userCreationValidators) Constructs a UsersValidationService with a list of UserValidator instances. -
Uses of UserValidator in com.fiap.tech_challenge.parte1.ms_users.validators
Classes in com.fiap.tech_challenge.parte1.ms_users.validators that implement UserValidatorModifier and TypeClassDescriptionclass
Validator that checks for duplicate addresses in a user's request.class
Validator that checks if a given email address is already registered in the system.class
Validator that checks if a given login is already registered in the system.