|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| AbstractValidator<E> | Abstract implementation of the Validator interface. |
| AndValidator<E> | Composite validator that requires all component to return true. |
| CharacterRangeValidator | Validates if a character is in a certain range. |
| CharacterValidator | Accepts all characters that are contained in the internal CharSet. |
| CompositeValidator<E> | Abstract Validator implementation that combines the evaluation results of other Validators. |
| ConstantValidator | Requires that each validated object is equal to a reference object. |
| NotNullValidator<E> | Validator implementation that checks if a value is not null. |
| OrValidator<E> | Composite validator that requires at least one component to return true. |
| RegexValidator | Databene Validator and JSR 303 ConstraintValidator implementation
that validates a String by a regular expression. |
| SimpleValidatorTest<E> | Simple helper class that provides methods for testing validators. |
| StringLengthValidator | Validates a String for a minimum and a maximum length. |
| StringValidator | Validates a String by length and characters. |
| UniqueValidator<E> | Validator implementation that requires each argument of consecutive calls to the valid() method to be unique. |
Provides implementation and framework for org.databene.model.Validator
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||