Uses of Class
model.validation.UniqueEmail
-
Packages that use UniqueEmail Package Description model.validation Package contenente validatori (JSR-380 compliant) riguardanti le entitÃusecase.user Package contenente la logica relativa agli utenti -
-
Uses of UniqueEmail in model.validation
Methods in model.validation with parameters of type UniqueEmail Modifier and Type Method Description voidUniqueEmailValidator. initialize(UniqueEmail userExists) -
Uses of UniqueEmail in usecase.user
Method parameters in usecase.user with annotations of type UniqueEmail Modifier and Type Method Description intUserService. newUser(String email, String username, String password)Crea un nuovo utente e ne restituisce l'id
-