Class DoubleRangeValidatorBuilder

    • Constructor Detail

      • DoubleRangeValidatorBuilder

        public DoubleRangeValidatorBuilder()
    • Method Detail

      • lowerBound

        public DoubleRangeValidatorBuilder lowerBound​(double value)
        Sets an inclusive lower bound of this validator.
        Parameters:
        value - the lower bound
      • lowerBoundExclusive

        public DoubleRangeValidatorBuilder lowerBoundExclusive​(double value)
        Sets an exclusive lower bound of this validator.
        Parameters:
        value - the lower bound
      • upperBound

        public DoubleRangeValidatorBuilder upperBound​(double value)
        Sets the inclusive upper bound of this validator.
        Parameters:
        value - the upper bound
      • upperBoundExclusive

        public DoubleRangeValidatorBuilder upperBoundExclusive​(double value)
        Sets the exclusive upper bound of this validator.
        Parameters:
        value - the upper bound
      • build

        public org.jboss.as.controller.operations.validation.ParameterValidator build()
        Description copied from interface: ParameterValidatorBuilder
        Builds the validator.
        Returns:
        a parameter validator