Interface Advice.Delegator

    • Method Detail

      • apply

        void apply​(org.objectweb.asm.MethodVisitor methodVisitor,
                   MethodDescription.InDefinedShape adviceMethod,
                   TypeDescription instrumentedType,
                   MethodDescription instrumentedMethod,
                   boolean exit)
        Materializes an invocation.
        Parameters:
        methodVisitor - The method visitor to apply the materialization to.
        adviceMethod - The advice method to materialize.
        instrumentedType - The instrumented type.
        instrumentedMethod - The instrumented method.
        exit - true if the materialization is exit advice.