Verwendungen von Klasse
org.apache.fulcrum.intake.validator.NumberValidator

Packages, die NumberValidator verwenden
Package
Beschreibung
Validators for the various intake field types.
  • Verwendungen von NumberValidator in org.apache.fulcrum.intake.validator

    Modifizierer und Typ
    Klasse
    Beschreibung
    class 
    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.