| 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.
|
| Class and Description |
|---|
| CodePointLength.NormalizationStrategy
Strategy for normalization.
|
| EAN.Type |
| ISBN.Type
Defines the ISBN length.
|
| Mod11Check.ProcessingDirection |
| SafeHtml.Tag
Allows to specify whitelist tags with specified optional attributes.
|
| SafeHtml.WhiteListType
Defines default whitelist implementations.
|
| Class and Description |
|---|
| CodePointLength.NormalizationStrategy
Strategy for normalization.
|
| CompositionType
The Enum
CompositionType which is used as argument to the annotation ConstraintComposition. |
| EAN.Type |
| ISBN.Type
Defines the ISBN length.
|
| LuhnCheck
Luhn algorithm check constraint.
|
| Mod10Check
@Modulo 10 check constraint.
|
| Mod11Check.ProcessingDirection |
| ModCheck.ModType
Deprecated.
|
| SafeHtml.WhiteListType
Defines default whitelist implementations.
|
| Class and Description |
|---|
| Mod11Check.List
Defines several
@Mod11Check annotations on the same element. |
| Class and Description |
|---|
| URL
Validates the annotated string is an URL.
|
| Class and Description |
|---|
| Currency
The
MonetaryAmount has to be in the right CurrencyUnit. |
| Class and 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 by
Mod10Check and Mod11Check |
| ParameterScriptAssert
A method-level constraint, that evaluates a script expression against the
annotated method or constructor.
|
| SafeHtml
Validate a rich text value provided by the user to ensure that it contains no malicious code, such as embedded
<script> elements.
|
| ScriptAssert
A class-level constraint, that evaluates a script expression against the
annotated element.
|
| URL
Validates the annotated string is an URL.
|
| Class and Description |
|---|
| CompositionType
The Enum
CompositionType which is used as argument to the annotation ConstraintComposition. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.