Interface MethodCall.MethodLocator

    • Method Detail

      • resolve

        MethodDescription resolve​(TypeDescription targetType,
                                  MethodDescription instrumentedMethod)
        Resolves the method to be invoked.
        Parameters:
        targetType - The type the method is called on.
        instrumentedMethod - The method being instrumented.
        Returns:
        The method to invoke.