Package org.hibernate.validator.internal.constraintvalidators.hv
Implementations of Hibernate Validator specific constraints.
-
Class Summary Class Description AbstractScriptAssertValidator<A extends Annotation,T> CodePointLengthValidator Check that the code point length of a character sequence is between min and max.EANValidator Checks that a given character sequence (e.g.EmailValidator Checks that a given character sequence (e.g.ISBNValidator Checks that a given character sequence (e.g.LengthValidator Check that the character sequence length is between min and max.LuhnCheckValidator Luhn algorithm checksum validator http://en.wikipedia.org/wiki/Luhn_algorithm http://en.wikipedia.org/wiki/Check_digitMod10CheckValidator Mod10 (Luhn algorithm implementation) Check validator http://en.wikipedia.org/wiki/Luhn_algorithm http://en.wikipedia.org/wiki/Check_digitMod11CheckValidator Mod11 Check Digit validator http://en.wikipedia.org/wiki/Check_digitModCheckBase ModCheckBase contains all shared methods and options used by Mod Check Validators http://en.wikipedia.org/wiki/Check_digitModCheckValidator Deprecated. As of release 5.1.0, replaced byMod10CheckValidatorandMod11CheckValidatorNormalizedValidator Check that a character sequence is normalized.NotBlankValidator Check that a character sequence's (e.g.ParameterScriptAssertValidator Validator for theParameterScriptAssertconstraint annotation.ScriptAssertValidator Validator for theScriptAssertconstraint annotation.UniqueElementsValidator Validates that the provided collection only contains unique elements, i.e.URLValidator Validate that the character sequence (e.g.UUIDValidator Checks that the annotated character sequence is a valid UUID.