Class ParametersOfValidator

    • Constructor Detail

      • ParametersOfValidator

        public ParametersOfValidator​(ParametersValidator delegate)
        Deprecated.
    • Method Detail

      • getMin

        public Long getMin()
        Deprecated.
        Description copied from interface: MinMaxValidator
        Gets the minimum, if there is one.
        Specified by:
        getMin in interface MinMaxValidator
        Returns:
        the minimum value, or null if there is no minimum
      • getMax

        public Long getMax()
        Deprecated.
        Description copied from interface: MinMaxValidator
        Gets the maximum, if there is one.
        Specified by:
        getMax in interface MinMaxValidator
        Returns:
        the maximum value, or null if there is no minimum