Class DefaultArgumentConverter

  • All Implemented Interfaces:
    ArgumentConverter

    public class DefaultArgumentConverter
    extends Object
    implements ArgumentConverter
    The default argument converter. ScalarValuedFunction arguments are passed directly, while primitive- and String-type arguments are parsed from a ConstantReference.

    If any other argument type is expected or another type of ScalarValueFunction is provided when a ConstantReference is expected, an IllegalArgumentException is thrown.