Class MethodInvocationReflectionFactory

    • Constructor Summary

      Constructors 
      Constructor Description
      MethodInvocationReflectionFactory​(java.lang.reflect.Method method, java.lang.Object instance, java.lang.Object... args)
      Creates a new method invocation reflection factory.
    • Constructor Detail

      • MethodInvocationReflectionFactory

        public MethodInvocationReflectionFactory​(java.lang.reflect.Method method,
                                                 java.lang.Object instance,
                                                 java.lang.Object... args)
        Creates a new method invocation reflection factory.
        Parameters:
        method - method to invoke that returns a Capabilities instance
        instance - instance to use
        args - arguments to pass