Package org.hibernate.validator.internal.constraintvalidators.bv
Implementations of the Bean Validation built-in constraints.
-
Class Summary Class Description AssertFalseValidator Validates that the value passed is falseAssertTrueValidator Validates that the value passed is trueDigitsValidatorForCharSequence Validates that the character sequence (e.g.DigitsValidatorForNumber Validates that theNumberbeing validated matches the pattern defined in the constraint.EmailValidator Checks that a given character sequence (e.g.NotBlankValidator Check that a character sequence is notnullnor empty after removing any leading or trailing whitespace.NotNullValidator Validate that the object is notnull.NullValidator Validate that the object isnullPatternValidator