Class Hierarchy
- java.lang.Object
- cz.zcu.students.cacha.bp_server.validators.PngJpgFileValidator (implements javax.validation.ConstraintValidator<A,T>)
- cz.zcu.students.cacha.bp_server.validators.UniqueEmailExclPrincipalValidator (implements javax.validation.ConstraintValidator<A,T>)
- cz.zcu.students.cacha.bp_server.validators.UniqueEmailValidator (implements javax.validation.ConstraintValidator<A,T>)
- cz.zcu.students.cacha.bp_server.validators.UniqueInstitutionNameExclUpdatedValidator (implements javax.validation.ConstraintValidator<A,T>)
- cz.zcu.students.cacha.bp_server.validators.UniqueInstitutionNameValidator (implements javax.validation.ConstraintValidator<A,T>)
- cz.zcu.students.cacha.bp_server.validators.UniqueUsernameExclPrincipalValidator (implements javax.validation.ConstraintValidator<A,T>)
- cz.zcu.students.cacha.bp_server.validators.UniqueUsernameValidator (implements javax.validation.ConstraintValidator<A,T>)
Annotation Type Hierarchy
- cz.zcu.students.cacha.bp_server.validators.PngJpgFile (implements java.lang.annotation.Annotation)
- cz.zcu.students.cacha.bp_server.validators.UniqueEmail (implements java.lang.annotation.Annotation)
- cz.zcu.students.cacha.bp_server.validators.UniqueEmailExclPrincipal (implements java.lang.annotation.Annotation)
- cz.zcu.students.cacha.bp_server.validators.UniqueInstitutionName (implements java.lang.annotation.Annotation)
- cz.zcu.students.cacha.bp_server.validators.UniqueInstitutionNameExclUpdated (implements java.lang.annotation.Annotation)
- cz.zcu.students.cacha.bp_server.validators.UniqueUsername (implements java.lang.annotation.Annotation)
- cz.zcu.students.cacha.bp_server.validators.UniqueUsernameExclPrincipal (implements java.lang.annotation.Annotation)