| Class | Description |
|---|---|
| BeanValidator |
This class provides validation services within the constraint framework.
|
| Exception | Description |
|---|---|
| PropertyConstraintViolationException |
Exception that will be thrown if a property constraint is violated
|
| Annotation Type | Description |
|---|---|
| Constraint |
Basic validation constraint
|
| FutureDate |
Future date constraint
|
| MaxDecimalValue |
Max.
|
| MaxFloatValue |
Max.
|
| MaxIntegerValue |
Max.
|
| MaxLength |
Maximum length constraint
|
| MinDecimalValue |
Min.
|
| MinFloatValue |
Min.
|
| MinIntegerValue |
Min.
|
| MinLength |
Minimum length constraint
|
| NotEmpty |
Not empty constraint
|
| NotNull |
Not null constraint
|
| PastDate |
Not null constraint
|
| RegularExpression |
Regular expression constraint
|
Copyright © 2016. All rights reserved.