Class MethodCallProxy.MethodCall

    • Field Detail

      • accessorMethod

        private final MethodDescription accessorMethod
        The method that is accessed by the implemented method.
      • assigner

        private final Assigner assigner
        The assigner to be used for invoking the accessor method.
    • 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.