Class StringValidator

    • Field Detail

      • MINIMUM_LENGTH

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

        public static final String MAXIMUM_LENGTH
        Parameter which when supplied, specifies the maximum allowed length for the string. If this value is not supplied, the validator defaults to a maximum length of 4096 * 16.
        See Also:
        Constant Field Values
    • Constructor Detail

      • StringValidator

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