Uses of Package
org.hibernate.validator.constraints
-
Packages that use org.hibernate.validator.constraints Package Description 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.constraintvalidators org.hibernate.validator.internal.constraintvalidators.bv.money org.hibernate.validator.internal.constraintvalidators.hv Implementations of Hibernate Validator specific constraints.org.hibernate.validator.internal.metadata.descriptor Implementation of the Bean Validation meta data API. -
Classes in org.hibernate.validator.constraints used by org.hibernate.validator.cfg.defs Class Description CodePointLength.NormalizationStrategy Strategy for normalization.EAN.Type ISBN.Type Defines the ISBN length.Mod11Check.ProcessingDirection UUID.LetterCase Required letter case for hex characters -
Classes in org.hibernate.validator.constraints used by org.hibernate.validator.constraints Class Description CodePointLength Validate that the code point length of a character sequence is between min and max included.CodePointLength.NormalizationStrategy Strategy for normalization.CompositionType The EnumCompositionTypewhich is used as argument to the annotationConstraintComposition.CreditCardNumber The annotated element has to represent a valid credit card number.Currency TheMonetaryAmounthas to be in the rightCurrencyUnit.EAN Checks that the annotated character sequence is a valid EAN 13 number.EAN.Type Email Deprecated.use the standardEmailconstraint insteadISBN Checks that the annotated character sequence is a valid ISBN.ISBN.Type Defines the ISBN length.Length Validate that the string is between min and max included.LuhnCheck Luhn algorithm check constraint.Mod10Check @Modulo 10 check constraint.Mod11Check Modulo 11 check constraint.Mod11Check.ProcessingDirection ModCheck Deprecated.As of release 5.1.0, replaced byMod10CheckandMod11CheckModCheck.ModType Deprecated.Normalized Validate that a character sequence is of normalization form.NotBlank Deprecated.use the standardNotBlankconstraint insteadNotEmpty Deprecated.use the standardNotEmptyconstraint insteadParameterScriptAssert A method-level constraint, that evaluates a script expression against the annotated method or constructor.Range The annotated element has to be in the appropriate range.ScriptAssert A class-level constraint, that evaluates a script expression against the annotated element.UniqueElements Validates that every object in the providedCollectionis unique, i.e.URL Validates the annotated string is an URL.UUID Checks that the annotated character sequence is a valid UUID.UUID.LetterCase Required letter case for hex characters -
Classes in org.hibernate.validator.constraints used by org.hibernate.validator.constraints.br Class Description Mod11Check.List Defines several@Mod11Checkannotations on the same element. -
Classes in org.hibernate.validator.constraints used by org.hibernate.validator.constraintvalidators Class Description URL Validates the annotated string is an URL. -
Classes in org.hibernate.validator.constraints used by org.hibernate.validator.internal.constraintvalidators.bv.money Class Description Currency TheMonetaryAmounthas to be in the rightCurrencyUnit. -
Classes in org.hibernate.validator.constraints used by org.hibernate.validator.internal.constraintvalidators.hv Class Description CodePointLength Validate that the code point length of a character sequence is between min and max included.EAN Checks that the annotated character sequence is a valid EAN 13 number.ISBN Checks that the annotated character sequence is a valid ISBN.Length Validate that the string is between min and max included.LuhnCheck Luhn algorithm check constraint.Mod10Check @Modulo 10 check constraint.Mod11Check Modulo 11 check constraint.Mod11Check.ProcessingDirection ModCheck Deprecated.As of release 5.1.0, replaced byMod10CheckandMod11CheckNormalized Validate that a character sequence is of normalization form.ParameterScriptAssert A method-level constraint, that evaluates a script expression against the annotated method or constructor.ScriptAssert A class-level constraint, that evaluates a script expression against the annotated element.URL Validates the annotated string is an URL.UUID Checks that the annotated character sequence is a valid UUID. -
Classes in org.hibernate.validator.constraints used by org.hibernate.validator.internal.metadata.descriptor Class Description CompositionType The EnumCompositionTypewhich is used as argument to the annotationConstraintComposition.