Class IntegerValidator

    • Field Detail

      • MINIMUM_VALUE

        public static final String MINIMUM_VALUE
        Parameter which when supplied, specifies the minimum value for the Integer. If this value is not supplied, the validator defaults to a minimum value of 0.
        See Also:
        Constant Field Values
      • MAXIMUM_VALUE

        public static final String MAXIMUM_VALUE
        Parameter which when supplied, specifies the maximum value for the Integer. If this value is not supplied, the validator defaults to a maximum selection of Integer.MAX_VALUE.
        See Also:
        Constant Field Values
    • Constructor Detail

      • IntegerValidator

        public IntegerValidator​(MultiMap parameters)
        Constructor.
        Parameters:
        parameters - parameters