| Package | Description |
|---|---|
| zen.validation | |
| zen.validation.implementations |
| Modifier and Type | Method and Description |
|---|---|
AbstractValidation |
ValidationMapping.getRule(String name) |
| Modifier and Type | Method and Description |
|---|---|
static void |
MappingUtility.addRules(Map<String,AbstractValidation> rules,
List<XmlNode> nodes) |
| Modifier and Type | Class and Description |
|---|---|
class |
Date
Determines if the string value is a parseable date.
|
class |
Email
Determines if the string value represents a valid e-mail address.
|
class |
Phone
Determines if the string value is a valid phone number.
|
class |
Required
Returns false if string value is null or empty.
|
class |
SocialSecurity
Validates if string represents a valid Social Security Number.
|
Copyright © 2012. All Rights Reserved.