Package org.hibernate.validator.internal.constraintvalidators.bv
package org.hibernate.validator.internal.constraintvalidators.bv
Implementations of the Bean Validation built-in constraints.
-
ClassesClassDescriptionValidates that the value passed is falseValidates that the value passed is trueValidates that the character sequence (e.g. string) being validated consists of digits, and matches the pattern defined in the constraint.Validates that the
Numberbeing validated matches the pattern defined in the constraint.Checks that a given character sequence (e.g. string) is a well-formed email address.Check that a character sequence is notnullnor empty after removing any leading or trailing whitespace.Validate that the object is notnull.Validate that the object isnull