| Package | Description |
|---|---|
| de.jformchecker.criteria | |
| de.jformchecker.example |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNumberComparingCriterion
provides some utils for criterias, that compare numbers (currentyl: min/max)
|
class |
Accept
Checks that value is equal to one of the acceptable values.
|
class |
AcceptString
Checks if string is equal to one of the passed in strings.
|
class |
And
Performs an AND over all criteria on the given value.
|
class |
Email
Checks that the value conforms to the email address format.
|
class |
ExactLength
Checks that the length of the value is equal to the given length.
|
class |
Length
Checks that the length of the value is within the given range.
|
class |
Max
Checks that the value is less than or equal to the given
Comparable. |
class |
MaxLength
Checks that value is not greater than the specified maximum.
|
class |
Min
Checks that value is greater than or equal to the given
Comparable. |
class |
MinLength
Checks that value is not less than the specified minimum.
|
class |
Or
Performs an OR over all criteria on the given value.
|
class |
PostcodeCA
Checks that the value conforms to a valid Canadian postcode.
|
class |
Range
Checks that value is within the given range.
|
class |
Regex
Checks if a string matches a regular expression.
|
class |
StartsWith
Checks if value starts with the given string.
|
class |
ZipCode
Checks that the value conforms to the U.S.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CustomValidation |
Copyright © 2016. All rights reserved.