| Name | Description | Type | Package | Framework |
| BigDecimalValidator | Validates BigDecimals with the following constraints in addition to those listed in NumberValidator and DefaultValidator. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| BooleanValidator | Validator for boolean field types. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| CompareCallback | Interface to define the compare operation betwen two field valuesVersion:$Id: DateStringValidator. | Interface | org.apache.turbine.services.intake.validator | Apache Turbine |
| Constraint | A constraint has a name and a value and an optional message. | Interface | org.apache.turbine.services.intake.validator | Apache Turbine |
| DateRangeValidator | Validates a DateString field in dependency on another DateString field. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| DateStringValidator | Validates numbers with the following constraints in addition to those listed in DefaultValidator. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| DoubleValidator | Validates Doubles with the following constraints in addition to those listed in NumberValidator and DefaultValidator. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| FieldReference | Helper Class to manage relations between fields. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| FileValidator | A validator that will compare a FileItem testValue against the following constraints in addition to those listed in DefaultValidator. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| FloatValidator | Validates Floats with the following constraints in addition to those listed in NumberValidator and DefaultValidator. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| InitableByConstraintMap | This interface marks a bean/class that can have its properties set by values in a Map. | Interface | org.apache.turbine.services.intake.validator | Apache Turbine |
| IntegerRangeValidator | Validates an int field in dependency on another int field. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| IntegerValidator | Validates Integers with the following constraints in addition to those listed in NumberValidator and DefaultValidator. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| InvalidMaskException | An Exception indidate an invalid field mask. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| LongValidator | Validates Longs with the following constraints in addition to those listed in NumberValidator and DefaultValidator. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| NumberKeyValidator | Validates numbers with the following constraints in addition to those listed in DefaultValidator. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| ShortValidator | Validates Shorts with the following constraints in addition to those listed in NumberValidator and DefaultValidator. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| ValidationException | An Exception to mark a failed validationVersion:$Id: ValidationException. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| Validator | Interface | org.apache.turbine.services.intake.validator | Apache Turbine | |