Class MethodCallProxy.MethodCall

    • Constructor Detail

      • MethodCall

        protected MethodCall​(MethodDescription accessorMethod,
                             Assigner assigner)
        Creates a new method call implementation.
        Parameters:
        accessorMethod - The method that is accessed by the implemented method.
        assigner - The assigner to be used for invoking the accessor method.