| Class | Description |
|---|---|
| AbstractNumberComparingCriterion |
provides some utils for criterias, that compare numbers (currentyl: min/max)
|
| Accept |
Checks that value is equal to one of the acceptable values.
|
| AcceptString |
Checks if string is equal to one of the passed in strings.
|
| And |
Performs an AND over all criteria on the given value.
|
| CaseInsensitiveRegex |
Checks if a string matches a regular expression in a case insensitive way.
|
| Criteria |
A collection of static methods to create commonly used criteria.
|
|
Checks that the value conforms to the email address format.
|
|
| ExactLength |
Checks that the length of the value is equal to the given length.
|
| Length |
Checks that the length of the value is within the given range.
|
| Max |
Checks that the value is less than or equal to the given
Comparable. |
| MaxLength |
Checks that value is not greater than the specified maximum.
|
| Min |
Checks that value is greater than or equal to the given
Comparable. |
| MinLength |
Checks that value is not less than the specified minimum.
|
| Number |
Checks that value is a number.
|
| Or |
Performs an OR over all criteria on the given value.
|
| PostcodeCA |
Checks that the value conforms to a valid Canadian postcode.
|
| Range |
Checks that value is within the given range.
|
| Regex |
Checks if a string matches a regular expression.
|
| StartsWith |
Checks if value starts with the given string.
|
| StrongPassword | |
| ValidationResult |
Holds the result of a validation including the possible error-message
|
| ZipCode |
Checks that the value conforms to the U.S.
|
Copyright © 2017. All rights reserved.