Uses of Class
org.apache.fulcrum.intake.validator.NumberValidator
Packages that use NumberValidator
Package
Description
Validators for the various intake field types.
-
Uses of NumberValidator in org.apache.fulcrum.intake.validator
Subclasses of NumberValidator in org.apache.fulcrum.intake.validatorModifier and TypeClassDescriptionclass
Validates BigDecimals with the following constraints in addition to those listed in NumberValidator and DefaultValidator.class
Validates Doubles with the following constraints in addition to those listed in NumberValidator and 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
Validates Shorts with the following constraints in addition to those listed in NumberValidator and DefaultValidator.