Class ParameterArgument


  • public final class ParameterArgument
    extends Object
    Used to encapsulate a int as a parameter. This is used to distinguish normal ints and parameters for eventual argument conversion using an ArgumentConverter. Therefore, all parameters should be reported in a Report using this class.
    • Constructor Detail

      • ParameterArgument

        public ParameterArgument​(int parameter)
        Creates a new argument with the given parameter.
        Parameters:
        parameter - the parameter for the argument