Class MethodCall.MethodLocator.ForExplicitMethod

    • Field Detail

      • methodDescription

        private final MethodDescription methodDescription
        The method to be invoked.
    • Constructor Detail

      • ForExplicitMethod

        protected ForExplicitMethod​(MethodDescription methodDescription)
        Creates a new method locator for a given method.
        Parameters:
        methodDescription - The method to be invoked.