Uses of Package
jakarta.validation.constraints
Packages that use jakarta.validation.constraints
Package
Description
Contains all the Jakarta Bean Validation provided constraints
also called built-in constraints.
Constraint definition classes for programmatic constraint definition API.
Hibernate Validator specific constraints.
Hibernate Validator Brazilian constraints.
Implementations of the Bean Validation built-in constraints.
Contains
ConstraintValidator implementations for
min and max constraints for numbers.Implementations of the Bean Validation
Size constraint.-
Classes in jakarta.validation.constraints used by jakarta.validation.constraints
-
Classes in jakarta.validation.constraints used by org.hibernate.validator.cfg.defs
-
Classes in jakarta.validation.constraints used by org.hibernate.validator.constraintsClassDescriptionThe annotated element must be a number whose value must be lower or equal to the specified maximum.The annotated element must be a number whose value must be higher or equal to the specified minimum.The annotated element must not be
null.The annotatedCharSequencemust match the specified regular expression.The annotated element size must be between the specified boundaries (included). -
Classes in jakarta.validation.constraints used by org.hibernate.validator.constraints.brClassDescriptionThe annotated
CharSequencemust match the specified regular expression.Defines severalPatternannotations on the same element. -
-
Classes in jakarta.validation.constraints used by org.hibernate.validator.internal.constraintvalidators.bv.moneyClassDescriptionThe annotated element must be a number whose value must be lower or equal to the specified maximum.The annotated element must be a number whose value must be higher or equal to the specified minimum.The annotated element must be a number within accepted range.The annotated element must be a number whose value must be lower or equal to the specified maximum.The annotated element must be a number whose value must be higher or equal to the specified minimum.
-
-
Classes in jakarta.validation.constraints used by org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimalClassDescriptionThe annotated element must be a number whose value must be lower or equal to the specified maximum.The annotated element must be a number whose value must be higher or equal to the specified minimum.
-
Classes in jakarta.validation.constraints used by org.hibernate.validator.internal.constraintvalidators.bv.sizeClassDescriptionThe annotated element size must be between the specified boundaries (included).