Class ReflectiveOperationInvoker

    • Constructor Detail

      • ReflectiveOperationInvoker

        public ReflectiveOperationInvoker​(Object target,
                                          OperationMethod operationMethod,
                                          ParameterValueMapper parameterValueMapper)
        Creates a new {code ReflectiveOperationInvoker} that will invoke the given method on the given target. The given parameterMapper will be used to map parameters to the required types and the given parameterNameMapper will be used map parameters by name.
        Parameters:
        target - the target of the reflective call
        operationMethod - the method info
        parameterValueMapper - the parameter mapper