See: Description
| Enum | Description | 
|---|---|
| CompositionType | The Enum  CompositionTypewhich is used as argument to the annotationConstraintComposition. | 
| EAN.Type | |
| Mod11Check.ProcessingDirection | |
| ModCheck.ModType | |
| SafeHtml.WhiteListType | Defines default whitelist implementations. | 
| Annotation Type | Description | 
|---|---|
| ConstraintComposition | Boolean operator that is applied to all constraints of a composing constraint annotation. | 
| CreditCardNumber | The annotated element has to represent a valid
 credit card number. | 
| CreditCardNumber.List | Defines several  @CreditCardNumberannotations on the same element. | 
| EAN | Checks that the annotated character sequence is a valid
 EAN 13 number. | 
| EAN.List | Defines several  @NotBlankannotations on the same element. | 
| The string has to be a well-formed email address. | |
| Email.List | Defines several  @Emailannotations on the same element. | 
| Length | Validate that the string is between min and max included. | 
| Length.List | Defines several  @Lengthannotations on the same element. | 
| LuhnCheck | Luhn algorithm check constraint. | 
| LuhnCheck.List | Defines several  @LuhnCheckannotations on the same element. | 
| Mod10Check | @Modulo 10 check constraint. | 
| Mod10Check.List | Defines several  @Mod10Checkannotations on the same element. | 
| Mod11Check | Modulo 11 check constraint. | 
| Mod11Check.List | Defines several  @Mod11Checkannotations on the same element. | 
| ModCheck | Deprecated As of release 5.1.0, replaced by  Mod10CheckandMod11Check | 
| ModCheck.List | Defines several  @ModCheckannotations on the same element. | 
| NotBlank | Validate that the annotated string is not  nullor empty. | 
| NotBlank.List | Defines several  @NotBlankannotations on the same element. | 
| NotEmpty | Asserts that the annotated string, collection, map or array is not  nullor empty. | 
| NotEmpty.List | Defines several  @NotEmptyannotations on the same element. | 
| ParameterScriptAssert | 
 A method-level constraint, that evaluates a script expression against the
 annotated method or constructor. | 
| ParameterScriptAssert.List | Defines several  ParameterScriptAssertannotations on the same executable. | 
| Range | The annotated element has to be in the appropriate range. | 
| Range.List | Defines several  @Rangeannotations on the same element. | 
| SafeHtml | Validate a rich text value provided by the user to ensure that it contains no malicious code, such as embedded
 <script> elements. | 
| SafeHtml.List | Defines several  @SafeHtmlannotations on the same element. | 
| SafeHtml.Tag | Allows to specify whitelist tags with specified optional attributes. | 
| ScriptAssert | 
 A class-level constraint, that evaluates a script expression against the
 annotated element. | 
| ScriptAssert.List | Defines several  @ScriptAssertannotations on the same element. | 
| URL | Validates the annotated string is an URL. | 
| URL.List | Defines several  @URLannotations on the same element. | 
Hibernate Validator specific constraints.
This package is part of the public Hibernate Validator API.
Copyright © 2016 JBoss by Red Hat. All rights reserved.