See: Description
Class | Description |
---|---|
AssertFalseValidator |
Validates that the value passed is false
|
AssertTrueValidator |
Validates that the value passed is true
|
DecimalMaxValidatorForCharSequence |
Check that the character sequence (e.g.
|
DecimalMaxValidatorForNumber |
Check that the number being validated is less than or equal to the maximum
value specified.
|
DecimalMinValidatorForCharSequence | |
DecimalMinValidatorForNumber |
Check that the number being validated is less than or equal to the maximum
value specified.
|
DigitsValidatorForCharSequence |
Validates that the character sequence (e.g.
|
DigitsValidatorForNumber |
Validates that the
Number being validates matches the pattern
defined in the constraint. |
EmailValidator |
Checks that a given character sequence (e.g.
|
FutureValidatorForCalendar |
Check that the
java.util.Calendar passed to be validated is in
the future. |
FutureValidatorForDate |
Check that the
java.util.Date passed to be validated is in the
future. |
FutureValidatorForReadableInstant |
Check if Joda Time type who implements
import org.joda.time.ReadableInstant
is in the future. |
FutureValidatorForReadablePartial |
Check if Joda Time type who implements
org.joda.time.ReadablePartial
is in the future. |
LengthValidator |
Check that the character sequence length is between min and max.
|
MaxValidatorForCharSequence |
Check that the character sequence (e.g.
|
MaxValidatorForNumber |
Check that the number being validated is less than or equal to the maximum
value specified.
|
MinValidatorForCharSequence |
Check that the character sequence (e.g.
|
MinValidatorForNumber |
Check that the number being validated is greater than or equal to the minimum
value specified.
|
ModCheckValidator |
Mod check validator for MOD10 and MOD11 algorithms
http://en.wikipedia.org/wiki/Luhn_algorithm
http://en.wikipedia.org/wiki/Check_digit
|
NotBlankValidator |
Check that a character sequence's (e.g.
|
NotNullValidator |
Validate that the object is not
null . |
NullValidator |
Validate that the object is
null |
PastValidatorForCalendar |
Check that the
java.util.Calendar passed to be validated is in the
past. |
PastValidatorForDate |
Check that the
java.util.Date passed to be validated is in the
past. |
PastValidatorForReadableInstant |
Check if Joda Time type who implements
org.joda.time.ReadableInstant
is in the past. |
PastValidatorForReadablePartial |
Check if Joda Time type who implements
org.joda.time.ReadablePartial
is in the past. |
PatternValidator | |
SafeHtmlValidator |
Validate that the string does not contain malicious code.
|
ScriptAssertValidator |
Validator for the
ScriptAssert constraint annotation. |
SizeValidatorForArray |
Check that the length of an array is between min and max
|
SizeValidatorForArraysOfBoolean | |
SizeValidatorForArraysOfByte | |
SizeValidatorForArraysOfChar | |
SizeValidatorForArraysOfDouble | |
SizeValidatorForArraysOfFloat | |
SizeValidatorForArraysOfInt | |
SizeValidatorForArraysOfLong | |
SizeValidatorForArraysOfPrimitives |
Check that the length of an array is between min and max
|
SizeValidatorForArraysOfShort | |
SizeValidatorForCharSequence |
Check that the length of a character sequence is between min and max.
|
SizeValidatorForCollection |
Check that a string's length is between min and max.
|
SizeValidatorForMap |
Check that a string's length is between min and max.
|
URLValidator |
Validate that the character sequence (e.g.
|
Implementations of the Bean Validation built-in as well as Hibernate Validator specific constraints.
Copyright © 2018 JBoss by Red Hat. All rights reserved.