Interface MethodCall.MethodLocator

    • Method Detail

      • resolve

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