Uses of Package
org.hibernate.validator.constraints
Packages that use org.hibernate.validator.constraints
Package
Description
Constraint definition classes for programmatic constraint definition API.
Hibernate Validator specific constraints.
Hibernate Validator Brazilian constraints.
Implementations of Hibernate Validator specific constraints.
Implementation of the Bean Validation meta data API.
-
Classes in org.hibernate.validator.constraints used by org.hibernate.validator.cfg.defsClassDescriptionStrategy for normalization.Defines the ISBN length.Required letter case for hex characters
-
Classes in org.hibernate.validator.constraints used by org.hibernate.validator.constraintsClassDescriptionStrategy for normalization.The Enum
CompositionType
which is used as argument to the annotationConstraintComposition
.Defines the ISBN length.Luhn algorithm check constraint.@Modulo 10 check constraint.Deprecated.Required letter case for hex characters -
Classes in org.hibernate.validator.constraints used by org.hibernate.validator.constraints.br
-
Classes in org.hibernate.validator.constraints used by org.hibernate.validator.constraintvalidators
-
-
Classes in org.hibernate.validator.constraints used by org.hibernate.validator.internal.constraintvalidators.hvClassDescriptionValidate that the code point length of a character sequence is between min and max included.Checks that the annotated character sequence is a valid EAN 13 number.Checks that the annotated character sequence is a valid ISBN.Validate that the string is between min and max included.Luhn algorithm check constraint.@Modulo 10 check constraint.Modulo 11 check constraint.Deprecated.Validate that a character sequence is of normalization form.A method-level constraint, that evaluates a script expression against the annotated method or constructor.A class-level constraint, that evaluates a script expression against the annotated element.Validates the annotated string is an URL.Checks that the annotated character sequence is a valid UUID.
-
Classes in org.hibernate.validator.constraints used by org.hibernate.validator.internal.metadata.descriptorClassDescriptionThe Enum
CompositionType
which is used as argument to the annotationConstraintComposition
.
Mod10Check
andMod11Check