| Interface | Description |
|---|---|
| DataChecks | |
| DBChecks | |
| Drivers | |
| POCs | |
| PreCheck |
This validation group is used to check if enough info is present to derive rest
|
| ValidationSequence |
This group specification defines a sequence of groups to validate
against until one of them fails or they all pass.
|
| Class | Description |
|---|---|
| Address1 |
This class provides an example of using GroupSequences where you can
organize validation groups into a sequence which will short circuit
once one of the groups fails.
|
| Address2 |
This class provides an example of using GroupSequences where you can
organize validation groups into a sequence which will short circuit
once one of the groups fails.
|
| Book |
This class provides an example of using an XML descriptor to define
constraints
|
| CityStateOrZipValidator |
This type check will determine if city and state or zip where expressed for
an Address.
|
| MinAgeValidator | |
| Person |
This class provides an example of several of the pre-defined constraints
supplied within the validation API
|
| Purchase | |
| PurchaseItem |
| Annotation Type | Description |
|---|---|
| CityStateOrZip |
Defines a type constraint annotation for expressing an address must have
either city&state or zip code expressed.
|
| CityStateOrZip.List |
Defines an array of annotations so that more than one can be applied.
|
| MinAge |
Defines a constraint annotation for expressing a minimum age.
|
| MinAge.List |
Defines an array of annotations so that more than one can be applied.
|
| ValidName |
Defines a validation composition
|
| ValidName.List |
Defines an array of annotations so that more than one can be applied.
|
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.