|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidatorClass | |
---|---|
org.hibernate.validator |
Uses of ValidatorClass in org.hibernate.validator |
---|
Classes in org.hibernate.validator with annotations of type ValidatorClass | |
---|---|
interface |
AssertFalse
The annotated property has to be false. |
interface |
AssertTrue
The annotated element has to be true |
interface |
CreditCardNumber
The annotated element has to represent a valid credit card number. |
interface |
Digits
Check that a given number has integerDigits integer digits
and fractionalDigits fractional digits
The constraints are defined at the database level too |
interface |
EAN
The annotated element has to represent an EAN-13 or UPC-A which aims to check for user mistake, not actual number validity! |
interface |
Email
The string has to be a well-formed email address |
interface |
Future
Check that a Date, a Calendar, or a string representation apply in the future |
interface |
Length
Apply some length restrictions to the annotated element. |
interface |
Max
max restriction on a numeric annotated element |
interface |
Min
min restriction on a numeric annotated elemnt (or the string representation of a numeric) |
interface |
NotEmpty
Check that a String is not empty (not null and length > 0) or that a Collection (or array) is not empty (not null and length > 0) |
interface |
NotNull
not null constraint |
interface |
Past
Check that a Date, a Calendar, or a string representation apply in the past |
interface |
Pattern
The annotated element must follow the regexp pattern |
interface |
Range
The annotated elemnt has to be in the appropriate range. |
interface |
Size
Size range for Arrays, Collections or Maps |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |