Uses of Interface
org.apache.fulcrum.intake.validator.InitableByConstraintMap
Packages that use InitableByConstraintMap
Package
Description
Validators for the various intake field types.
-
Uses of InitableByConstraintMap in org.apache.fulcrum.intake.validator
Classes in org.apache.fulcrum.intake.validator that implement InitableByConstraintMapModifier and TypeClassDescriptionclass
Validates BigDecimals with the following constraints in addition to those listed in NumberValidator and DefaultValidator.class
Validator for boolean field types.
Values are validated by attempting to match the value to a list of strings for true and false values.class
Validates a DateString field in dependency on another DateString field.class
Validates numbers with the following constraints in addition to those listed in DefaultValidator.class
DefaultValidator that will compare a testValue against the following constraints: Validation rules NameValid ValuesDefault Value requiredtrue|falsefalse maskregexp minLengthinteger0 maxLengthinteger This validator can serve as the base class for more specific validatorsclass
Validates Doubles with the following constraints in addition to those listed in NumberValidator and DefaultValidator.class
A validator that will compare a Part testValue against the following constraints in addition to those listed in DefaultValidator.class
Validates Floats with the following constraints in addition to those listed in NumberValidator and DefaultValidator.class
Validates an int field in dependency on another int field.class
Validates Integers with the following constraints in addition to those listed in NumberValidator and DefaultValidator.class
Validates Longs with the following constraints in addition to those listed in NumberValidator and DefaultValidator.class
NumberValidator<T extends Number>
Validates numbers with the following constraints in addition to those listed in DefaultValidator.class
Validates Shorts with the following constraints in addition to those listed in NumberValidator and DefaultValidator.class
A validator that will compare a testValue against the following constraints: Validation rules NameValid ValuesDefault Value requiredtrue|falsefalse maskregexp minLengthinteger0 maxLengthinteger This validator can serve as the base class for more specific validators