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.
-
Classes in org.hibernate.validator.constraints used by org.hibernate.validator.cfg.defsClassDescriptionThe string has to be a well-formed BTC (Bitcoin) Mainnet address.Validate that the code point length of a character sequence is between min and max included.Strategy for normalization.The annotated element has to represent a valid credit card number.The
MonetaryAmounthas to be in the rightCurrencyUnit.Checks that the annotated character sequence is a valid EAN 13 number.Checks that the annotated character sequence is a valid IP address.Defines the IP address version.Checks that the annotated character sequence is a valid ISBN.Defines the ISBN length.Validate that the string is between min and max included.Luhn algorithm check constraint.@Modulo 10 check constraint.Modulo 11 check constraint.Validate that a character sequence is of normalization form.A method-level constraint, that evaluates a script expression against the annotated method or constructor.The annotated element has to be in the appropriate range.A class-level constraint, that evaluates a script expression against the annotated element.Validates that every object in the providedCollectionis unique, i.e. that we can't find 2 equal elements in the collection.Validates the annotated string is an URL.Checks that the annotated character sequence is a valid UUID.Required letter case for hex characters -
Classes in org.hibernate.validator.constraints used by org.hibernate.validator.constraintsClassDescriptionStrategy for normalization.The Enum
CompositionTypewhich is used as argument to the annotationConstraintComposition.Defines the IP address version.Defines the ISBN length.Luhn algorithm check constraint.@Modulo 10 check constraint.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