Annotation Interface FunctionArgument


@Retention(RUNTIME) @Target(PARAMETER) public @interface FunctionArgument
Sets properties for arguments of functions in the FunctionRegistry.
  • Field Details

  • Element Details

    • name

      String name
      The name of this argument.
      Default:
      ""
    • converter

      Class<? extends ArgumentConverter> converter
      The converter to use for this argument. If unspecified, defaults to DefaultArgumentConverter.
      Default:
      com.pervasive.datarush.functions.DefaultArgumentConverter.class
    • description

      String description
      The description of this argument.
      Default:
      ""