Uses of Package
jakarta.validation.constraints
-
Packages that use jakarta.validation.constraints Package Description jakarta.validation.constraints Contains all the Jakarta Bean Validation provided constraints also called built-in constraints.org.hibernate.validator.cfg.defs Constraint definition classes for programmatic constraint definition API.org.hibernate.validator.constraints Hibernate Validator specific constraints.org.hibernate.validator.constraints.br Hibernate Validator Brazilian constraints.org.hibernate.validator.internal.constraintvalidators.bv Implementations of the Bean Validation built-in constraints.org.hibernate.validator.internal.constraintvalidators.bv.money org.hibernate.validator.internal.constraintvalidators.bv.number.bound ContainsConstraintValidatorimplementations for min and max constraints for numbers.org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal org.hibernate.validator.internal.constraintvalidators.bv.size Implementations of the Bean ValidationSizeconstraint. -
Classes in jakarta.validation.constraints used by jakarta.validation.constraints Class Description AssertFalse The annotated element must be false.AssertTrue The annotated element must be true.DecimalMax The annotated element must be a number whose value must be lower or equal to the specified maximum.DecimalMin The annotated element must be a number whose value must be higher or equal to the specified minimum.Digits The annotated element must be a number within accepted range.Email The string has to be a well-formed email address.Future The annotated element must be an instant, date or time in the future.FutureOrPresent The annotated element must be an instant, date or time in the present or in the future.Max The annotated element must be a number whose value must be lower or equal to the specified maximum.Min The annotated element must be a number whose value must be higher or equal to the specified minimum.Negative The annotated element must be a strictly negative number (i.e.NegativeOrZero The annotated element must be a negative number or 0.NotBlank The annotated element must not benulland must contain at least one non-whitespace character.NotEmpty The annotated element must not benullnor empty.NotNull The annotated element must not benull.Null The annotated element must benull.Past The annotated element must be an instant, date or time in the past.PastOrPresent The annotated element must be an instant, date or time in the past or in the present.Pattern The annotatedCharSequencemust match the specified regular expression.Pattern.Flag Possible Regexp flags.Positive The annotated element must be a strictly positive number (i.e.PositiveOrZero The annotated element must be a positive number or 0.Size The annotated element size must be between the specified boundaries (included). -
Classes in jakarta.validation.constraints used by org.hibernate.validator.cfg.defs Class Description Pattern.Flag Possible Regexp flags. -
Classes in jakarta.validation.constraints used by org.hibernate.validator.constraints Class Description Max The annotated element must be a number whose value must be lower or equal to the specified maximum.Min The annotated element must be a number whose value must be higher or equal to the specified minimum.NotNull The annotated element must not benull.Pattern The annotatedCharSequencemust match the specified regular expression.Pattern.Flag Possible Regexp flags.Size The annotated element size must be between the specified boundaries (included). -
Classes in jakarta.validation.constraints used by org.hibernate.validator.constraints.br Class Description Pattern The annotatedCharSequencemust match the specified regular expression.Pattern.List Defines severalPatternannotations on the same element. -
Classes in jakarta.validation.constraints used by org.hibernate.validator.internal.constraintvalidators.bv Class Description Digits The annotated element must be a number within accepted range.Email The string has to be a well-formed email address.Pattern The annotatedCharSequencemust match the specified regular expression. -
Classes in jakarta.validation.constraints used by org.hibernate.validator.internal.constraintvalidators.bv.money Class Description DecimalMax The annotated element must be a number whose value must be lower or equal to the specified maximum.DecimalMin The annotated element must be a number whose value must be higher or equal to the specified minimum.Digits The annotated element must be a number within accepted range.Max The annotated element must be a number whose value must be lower or equal to the specified maximum.Min 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 Class Description Max The annotated element must be a number whose value must be lower or equal to the specified maximum.Min 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.decimal Class Description DecimalMax The annotated element must be a number whose value must be lower or equal to the specified maximum.DecimalMin 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.size Class Description Size The annotated element size must be between the specified boundaries (included).