Class AbstractExecutor.Method.Parameter

  • Enclosing class:
    AbstractExecutor.Method

    protected static final class AbstractExecutor.Method.Parameter
    extends java.lang.Object
    A helper class to pass the method & parameters.
    • Constructor Summary

      Constructors 
      Constructor Description
      Parameter​(java.lang.reflect.Method m, MethodKey k)
      Creates an instance.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Parameter

        public Parameter​(java.lang.reflect.Method m,
                         MethodKey k)
        Creates an instance.
        Parameters:
        m - the method
        k - the method key