Class ReflectionOperationParameter

    • Constructor Detail

      • ReflectionOperationParameter

        ReflectionOperationParameter​(java.lang.String name,
                                     TypeDescriptor<?> type,
                                     Expression dflt)
        Creates a reflection operation parameter.
        Parameters:
        name - the name of the parameter
        type - the type of the parameter
        dflt - the default value expression, may be null for none, must comply with type